DealCatcher

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

Co to jest DealCatcher?

DealCatcher to rozszerzenie Chrome opracowane przez DealCatcher, a jego główną funkcją jest „Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DealCatcher

Pobierz pliki rozszerzeń DealCatcher 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
Oficjalny URL https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Opis Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Rozmiar pliku 773 KB
Liczba instalacji 2,814
Aktualna Wersja 1.0.17
Ostatnia Aktualizacja 2023-04-27
Data Publikacji 2020-11-18
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper DealCatcher
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.dealcatcher.com
Adres URL Strony Pomocy https://www.dealcatcher.com/contact
Adres URL Strony Polityki Prywatności https://www.dealcatcher.com/privacy
Obsługiwane Języki 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"
    }
}