Collect Apps for Vend Register

Check rewards from within Vend

Qu'est-ce que Collect Apps for Vend Register ?

Collect Apps for Vend Register est une extension Chrome développée par https://collectapps.io, et sa fonction principale est "Check rewards from within Vend".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Collect Apps for Vend Register

Téléchargez les fichiers d'extension Collect Apps for Vend Register au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Collect Apps for Vend Register Collect Apps for Vend Register
ID ncleoklhijegcelpebgdpplhbdjaaloj
URL Officiel https://chromewebstore.google.com/detail/collect-apps-for-vend-reg/ncleoklhijegcelpebgdpplhbdjaaloj
Description Check rewards from within Vend
Taille du Fichier 72.13 KB
Nombre d'Installations 156
Version Actuelle 2.0
Dernière Mise à Jour 2020-01-08
Date de Publication 2020-01-07
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://collectapps.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://loyalty.collectapps.io/vend
Langues Prises en Charge 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"
    }
}