Marsello for Vend Register

Check rewards from within Vend

Marsello for Vend Register란 무엇입니까?

Marsello for Vend Register은(는) chrome-buddies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check rewards from within Vend"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Marsello for Vend Register 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}