Birch customer display connector
Overview
Birtch customer display app
<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>
0 out of 5No ratings
Details
- Version0.2
 - UpdatedDecember 13, 2018
 - Size28.46KiB
 - LanguagesEnglish (United Kingdom)
 - Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
 
Privacy
The developer has not provided any information about the collection or usage of your data.