Collect Apps for Vend Register
Check rewards from within Vend
Cos'è Collect Apps for Vend Register?
Collect Apps for Vend Register è un'estensione di Chrome sviluppata da https://collectapps.io, e la sua funzione principale è "Check rewards from within Vend".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Collect Apps for Vend Register
Scarica i file di estensione Collect Apps for Vend Register in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The Vend + Collect In-Store Redemption Extension makes it quick and easy to check customers' rewards and offers they have available and redeem them with a single click. Once installed, when a customer is added in point-of-sale, the extension will load the customer's profile, prompting staff to ask the customer if they would like to redeem a reward and allowing them to double check that the customer is entitled to any coupon they present. Now supports % OFF!
Informazioni di Base sull'Estensione
Nome | Collect Apps for Vend Register |
ID | ncleoklhijegcelpebgdpplhbdjaaloj |
URL Ufficiale | https://chromewebstore.google.com/detail/collect-apps-for-vend-reg/ncleoklhijegcelpebgdpplhbdjaaloj |
Descrizione | Check rewards from within Vend |
Dimensione del File | 72.13 KB |
Conteggio Installazioni | 156 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2020-01-08 |
Data di Pubblicazione | 2020-01-07 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://collectapps.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://loyalty.collectapps.io/vend |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Collect Apps for Vend Register", "description": "Check rewards from within Vend", "version": "2.0", "content_scripts": [ { "matches": [ "http:\/\/*.vendhq.com\/*", "https:\/\/*.vendhq.com\/*" ], "css": [ "fancybox\/jquery.fancybox.css" ], "js": [ "jquery.min.js", "fancybox\/jquery.fancybox.js", "vend-override-v2.js", "vend-override-register-v2.js" ] } ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "https:\/\/portal.collectapps.io" ], "browser_action": { "default_icon": "img\/collect-icon-57.png" } } |