DealCatcher

Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.

Что такое DealCatcher?

DealCatcher - это расширение Chrome, разработанное DealCatcher, и его основная функция - "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения DealCatcher

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

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

                        Get the latest coupons and deals without even looking for them! When you install the DealCatcher browser extension, you'll never have to search for coupons again. Just shop online normally, and we'll let you know when we can save you money.                    

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

Название DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
Официальный URL https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Описание Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Размер файла 773 KB
Количество установок 2,814
Текущая Версия 1.0.17
Последнее Обновление 2023-04-27
Дата публикации 2020-11-18
Рейтинг 5.00/5 Всего 5 оценок
Разработчик DealCatcher
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.dealcatcher.com
URL страницы помощи https://www.dealcatcher.com/contact
URL страницы политики конфиденциальности https://www.dealcatcher.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DealCatcher",
    "description": "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.",
    "version": "1.0.17",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16-inactive.png",
            "32": "icons\/32-inactive.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/notification-troubleshooting.html",
                "\/css\/popup.css",
                "\/icons\/48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}