Collect Apps for Vend Register

Check rewards from within Vend

Collect Apps for Vend Register क्या है?

Collect Apps for Vend Register https://collectapps.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check rewards from within Vend"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Collect Apps for Vend Register एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Collect Apps for Vend Register Collect Apps for Vend Register
ID ncleoklhijegcelpebgdpplhbdjaaloj
आधिकारिक URL https://chromewebstore.google.com/detail/collect-apps-for-vend-reg/ncleoklhijegcelpebgdpplhbdjaaloj
विवरण Check rewards from within Vend
फ़ाइल का आकार 72.13 KB
स्थापना संख्या 156
वर्तमान संस्करण 2.0
अंतिम अपडेट 2020-01-08
प्रकाशन तिथि 2020-01-07
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://collectapps.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://loyalty.collectapps.io/vend
समर्थित भाषाएँ 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"
    }
}