Collect Apps for Vend Register

Check rewards from within Vend

Was ist Collect Apps for Vend Register?

Collect Apps for Vend Register ist eine Chrome-Erweiterung, die von https://collectapps.io entwickelt wurde, und ihr Hauptmerkmal ist "Check rewards from within Vend".

Erweiterungsscreenshots

screenshot

Collect Apps for Vend Register-Erweiterungs-CRX-Datei herunterladen

Laden Sie Collect Apps for Vend Register-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Collect Apps for Vend Register Collect Apps for Vend Register
ID ncleoklhijegcelpebgdpplhbdjaaloj
Offizielle URL https://chromewebstore.google.com/detail/collect-apps-for-vend-reg/ncleoklhijegcelpebgdpplhbdjaaloj
Beschreibung Check rewards from within Vend
Dateigröße 72.13 KB
Installationsanzahl 156
Aktuelle Version 2.0
Letztes Update 2020-01-08
Veröffentlichungsdatum 2020-01-07
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://collectapps.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://loyalty.collectapps.io/vend
Unterstützte Sprachen 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"
    }
}