Skip to content
","applicationCategory":"BrowserExtension","operatingSystem":"Chrome, Edge, Firefox","offers":{"@type":"Offer","price":"Free","priceCurrency":"USD"}}
Birch customer display connector

Birch customer display connector

Published
December 13, 2018

Screenshots

Birch customer display connector screenshot 1

Description

<script> // The ID of the extension we want to talk to. var customerDisplayExtensionId = "ihfgcklpchljeoocpbokhcibeflhhojg"; let message = { // One of dealRow, total or payment dealRow: { productName: 'This is product name!', productCode: 'productCode', price: '1.95583', quantity: '10000', total: '5112.918811962185' }, total:{ fee: '2.00', total: '90.67' }, payment:{ received: '100.00', return: '9.33' } }; chrome.runtime.sendMessage(customerDisplayExtensionId, {message: message}, (response) => { if (!response) console.log('No response'); }); </script>
Add to Chrome

Quick Info

Version
0.2
Size
28.46KiB
Price
Free
Type
Extension

Languages

English (United Kingdom)