CouponBind - Automatic Coupon Finder

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

Что такое CouponBind - Automatic Coupon Finder?

CouponBind - Automatic Coupon Finder - это расширение Chrome, разработанное https://www.couponbind.com, и его основная функция - "Automatically find and apply coupon codes and get the biggest savings at checkout".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения CouponBind - Automatic Coupon Finder

Скачайте файлы расширений CouponBind - Automatic Coupon Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название CouponBind - Automatic Coupon Finder CouponBind - Automatic Coupon Finder
ID hbccbgmealblckcpgmchokcngmlaadmo
Официальный URL https://chromewebstore.google.com/detail/couponbind-automatic-coup/hbccbgmealblckcpgmchokcngmlaadmo
Описание Automatically find and apply coupon codes and get the biggest savings at checkout
Размер файла 930 KB
Количество установок 11,535
Текущая Версия 3.4.4
Последнее Обновление 2024-01-16
Дата публикации 2021-05-03
Рейтинг 5.00/5 Всего 81 оценок
Разработчик https://www.couponbind.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.couponbind.com
URL страницы политики конфиденциальности https://www.couponbind.com/privacy-policy
Поддерживаемые языки 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"
    }
}