Marsello for Cin7

Check rewards from within Cin7

Marsello for Cin7คืออะไร?

Marsello for Cin7 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extensions และคุณลักษณะหลักของมันคือ "Check rewards from within Cin7"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marsello for Cin7

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

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

                        Check rewards from within Cin7
Grow sales with loyalty marketing automation. 

Marsello integrates with your Cin7 POS 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 Cin7 POS 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 Cin7 sales screen.

Segmentation that delivers conversions.
Broadcasting an irrelevant message to your valuable customer database doesn’t work. Marsello uses your Cin7 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 Cin7 Marsello for Cin7
ID npnhjlmfahkmohhglgbnkeppggeinhcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/marsello-for-cin7/npnhjlmfahkmohhglgbnkeppggeinhcd
คำอธิบาย Check rewards from within Cin7
ขนาดไฟล์ 95.56 KB
จำนวนการติดตั้ง 248
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2024-01-14
วันที่เผยแพร่ 2020-07-14
ผู้พัฒนา extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://marsello.com
URL หน้าช่วยเหลือ https://help.marsello.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marsello for Cin7",
    "description": "Check rewards from within Cin7",
    "version": "1.1.7",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.cin7.com\/*",
                "https:\/\/*.cin7.com\/*"
            ],
            "css": [
                "fancybox\/jquery.fancybox.css",
                "css\/bootstrap.min.css"
            ],
            "js": [
                "jquery.min.js",
                "fancybox\/jquery.fancybox.js",
                "cin7-pos.js",
                "options.js",
                "scripts\/bootstrap.min.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\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/marsello-icon-74.png",
        "default_popup": "options.html",
        "default_title": "Cin7 popup"
    }
}