Checkmate - Save While You Shop.

Automatically apply coupons, track your orders, and unlock exclusive deals!

Checkmate - Save While You Shop. क्या है?

Checkmate - Save While You Shop. https://joincheckmate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically apply coupons, track your orders, and unlock exclusive deals!"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Checkmate - Save While You Shop. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Save money while you shop with Checkmate!
    
    
Are you tired of searching the internet for deals and coupon codes when you shop online? Say goodbye to the hassle and meet Checkmate – your new Shopping Assistant!
    
✔︎ Why Checkmate?
    
▪︎ Effortless Savings: Automatically find and apply the best deals with our Chrome extension. Save time and money at over 40k+ stores without searching for codes.
▪︎ Hassle-Free Setup: Simply install the Checkmate Chrome extension, sign in, and start saving. We'll even find discount codes hidden in your spam folder!
▪︎ Magical Checkout Experience: Shop as you normally would, and watch as codes are auto-applied at checkout – it's that simple!
▪︎ Package Tracking: Track your orders and access exclusive deals and new releases from your favorite brands with the Chrome Extension and Checkmate iOS app.
    
🛍️ Your Shopping Assistant, by your side!
    
Checkmate is not just an extension; it's your dedicated shopping assistant, streamlining the entire process and ensuring you never miss out on savings. Unlock extra features with the Checkmate iOS App:
    
▪︎ 📦 Package Tracking: Stay in the loop with real-time updates on your deliveries.
▪︎ 💙 Favorite Brands: Keep track of your favorite brands effortlessly.
▪︎ 🤫 Exclusive Deals: Explore hidden offers from your inbox and exclusive offers sourced by us.
    
📲 Get savings on mobile too!
    
Love shopping on your phone? Download the Checkmate iOS App for seamless savings while browsing on mobile Safari.
    
❤️ Love the extension? Share your feedback with us!
    
Have feedback or ideas for us? We’d love to hear them. Reach out to us at [email protected]                    

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

नाम Checkmate - Save While You Shop. Checkmate - Save While You Shop.
ID hgipopnedpcknmapfakdedlnjjkmpnao
आधिकारिक URL https://chromewebstore.google.com/detail/checkmate-save-while-you/hgipopnedpcknmapfakdedlnjjkmpnao
विवरण Automatically apply coupons, track your orders, and unlock exclusive deals!
फ़ाइल का आकार 379 KB
स्थापना संख्या 6,189
वर्तमान संस्करण 7.1.8
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2021-02-02
रेटिंग 4.96/5 कुल 74 रेटिंग्स
डेवलपर https://joincheckmate.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://joincheckmate.com/
सहायता पृष्ठ URL https://joincheckmate.com/faq
गोपनीयता नीति पृष्ठ URL https://joincheckmate.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Checkmate - Save While You Shop.",
    "version": "7.1.8",
    "description": "Automatically apply coupons, track your orders, and unlock exclusive deals!",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "background",
        "cookies",
        "webRequest",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "build\/background.js"
    },
    "icons": {
        "16": "assets\/16-logo.png",
        "48": "assets\/48-logo.png",
        "64": "assets\/64-logo.png",
        "128": "assets\/128-logo.png"
    },
    "action": {
        "default_icon": "assets\/icon-grey.png",
        "default_popup": "popup.html",
        "default_title": "Checkmate"
    },
    "content_scripts": [
        {
            "js": [
                "build\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "build\/*",
                "assets\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/127.0.0.1:8000\/*",
            "https:\/\/joincheckmate.com\/*"
        ]
    }
}