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 je DealCatcher?

DealCatcher je rozšíření Chrome vyvinuté DealCatcher, a jeho hlavní funkcí je „Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DealCatcher

Stáhněte si soubory rozšíření DealCatcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
Oficiální URL https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Popis Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Velikost souboru 773 KB
Počet instalací 2,814
Aktuální Verze 1.0.17
Poslední Aktualizace 2023-04-27
Datum Vydání 2020-11-18
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář DealCatcher
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.dealcatcher.com
URL Stránky Nápovědy https://www.dealcatcher.com/contact
URL Stránky Zásad Ochrany Soukromí https://www.dealcatcher.com/privacy
Podporované Jazyky 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"
    }
}