Collect Apps for Vend Register

Check rewards from within Vend

Collect Apps for Vend Registerคืออะไร?

Collect Apps for Vend Register เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://collectapps.io และคุณลักษณะหลักของมันคือ "Check rewards from within Vend"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Collect Apps for Vend Register

ดาวน์โหลดไฟล์ส่วนขยาย Collect Apps for Vend Register ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}