CouponBind - Automatic Coupon Finder

Automatically find and apply coupon codes and get the biggest savings at checkout

Vad är CouponBind - Automatic Coupon Finder?

CouponBind - Automatic Coupon Finder är en Chrome-tillägg utvecklad av https://www.couponbind.com, och dess huvudfunktion är "Automatically find and apply coupon codes and get the biggest savings at checkout".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner CouponBind - Automatic Coupon Finder-förlängningens CRX-fil

Ladda ner CouponBind - Automatic Coupon Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        CouponBind Automatically find and apply coupon codes and get the biggest savings at checkout

Now you no longer need to search for coupon code and deal.  
Besides, CouponBind gives you the best online stores.

Add CouponBind today and use our one-click solution to saving money now!

By installing this extension, you agree to the CouponBind terms (https://www.couponbind.com/privacy-policy/) and privacy policy (https://www.couponbind.com/termsofuse/).                    

Grundläggande Information om Tillägg

Namn CouponBind - Automatic Coupon Finder CouponBind - Automatic Coupon Finder
ID hbccbgmealblckcpgmchokcngmlaadmo
Officiell webbadress https://chromewebstore.google.com/detail/couponbind-automatic-coup/hbccbgmealblckcpgmchokcngmlaadmo
Beskrivning Automatically find and apply coupon codes and get the biggest savings at checkout
Filstorlek 930 KB
Antal Installationer 11,535
Aktuell Version 3.4.4
Senast Uppdaterad 2024-01-16
Publiceringsdatum 2021-05-03
Betyg 5.00/5 Totalt 81 Betyg
Utvecklare https://www.couponbind.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.couponbind.com
URL till Sekretesspolicy Sidan https://www.couponbind.com/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CouponBind - Automatic Coupon Finder",
    "version": "3.4.4",
    "description": "Automatically find and apply coupon codes and get the biggest savings at checkout",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/icon\/webLogo128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/icon\/webLogo16.png",
            "32": "\/images\/icon\/webLogo32.png",
            "48": "\/images\/icon\/webLogo48.png",
            "128": "\/images\/icon\/webLogo128.png"
        },
        "default_title": "CouponBind Coupon Finder"
    },
    "icons": {
        "16": "\/images\/icon\/webLogo16.png",
        "32": "\/images\/icon\/webLogo32.png",
        "48": "\/images\/icon\/webLogo48.png",
        "128": "\/images\/icon\/webLogo128.png"
    }
}