CouponBind - Automatic Coupon Finder

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

Co to jest CouponBind - Automatic Coupon Finder?

CouponBind - Automatic Coupon Finder to rozszerzenie Chrome opracowane przez https://www.couponbind.com, a jego główną funkcją jest „Automatically find and apply coupon codes and get the biggest savings at checkout”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CouponBind - Automatic Coupon Finder

Pobierz pliki rozszerzeń CouponBind - Automatic Coupon Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/).                    

Podstawowe informacje o rozszerzeniu

Nazwa CouponBind - Automatic Coupon Finder CouponBind - Automatic Coupon Finder
ID hbccbgmealblckcpgmchokcngmlaadmo
Oficjalny URL https://chromewebstore.google.com/detail/couponbind-automatic-coup/hbccbgmealblckcpgmchokcngmlaadmo
Opis Automatically find and apply coupon codes and get the biggest savings at checkout
Rozmiar pliku 930 KB
Liczba instalacji 11,535
Aktualna Wersja 3.4.4
Ostatnia Aktualizacja 2024-01-16
Data Publikacji 2021-05-03
Ocena 5.00/5 Łącznie 81 Oceny
Deweloper https://www.couponbind.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.couponbind.com
Adres URL Strony Polityki Prywatności https://www.couponbind.com/privacy-policy
Obsługiwane Języki 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"
    }
}