Marsello for Vend Register

Check rewards from within Vend

Marsello for Vend Register क्या है?

Marsello for Vend Register chrome-buddies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check rewards from within Vend"।

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

screenshot
screenshot

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

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

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

                        Grow sales with loyalty marketing automation. 

Marsello integrates with your Vend Register Web Version and eCommerce platform, crunching the data from customer behavior in-store and online so you can automate more targeted and effective loyalty marketing.

Deliver a seamless experience at Point-of-Sale.  
Add Marsello to your Vend Register Web Version to deliver a seamless selling experience for your customers and your staff. Automatically build your customer database, reward points for purchase and redeem loyalty marketing discounts and rewards straight from your Vend sales screen.

Segmentation that delivers conversions.
Broadcasting an irrelevant message to your valuable customer database doesn’t work. Marsello uses your Vend data to segment your customers based on their buying behavior so you can do more targeted and effective marketing. Know who your most valuable customers are and who is at risk of not shopping again.

Marketing automation features to help you increase customer retention.
From loyalty and VIP programs to customer feedback collection and email automation, everything you need to do smarter, more targeted marketing is ready to go.                    

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

नाम Marsello for Vend Register Marsello for Vend Register
ID bphiihopjpbcbahfpngldhoafegggeab
आधिकारिक URL https://chromewebstore.google.com/detail/marsello-for-vend-registe/bphiihopjpbcbahfpngldhoafegggeab
विवरण Check rewards from within Vend
फ़ाइल का आकार 87.05 KB
स्थापना संख्या 2,534
वर्तमान संस्करण 2.3.7
अंतिम अपडेट 2023-11-14
प्रकाशन तिथि 2020-02-11
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर chrome-buddies
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.marsello.com/vend
सहायता पृष्ठ URL http://help.marsello.com
गोपनीयता नीति पृष्ठ URL https://marsello.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marsello for Vend Register",
    "description": "Check rewards from within Vend",
    "version": "2.3.7",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.vendhq.com\/*",
                "https:\/\/*.vendhq.com\/*",
                "http:\/\/*.retail.lightspeed.app\/*",
                "https:\/\/*.retail.lightspeed.app\/*"
            ],
            "css": [
                "fancybox\/jquery.fancybox.css"
            ],
            "js": [
                "jquery.min.js",
                "fancybox\/jquery.fancybox.js",
                "vend-override-register-v3.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg_page.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "https:\/\/*.marsello.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/marsello-icon-74.png"
    }
}