DealCatcher

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

Hvad er DealCatcher?

DealCatcher er en Chrome-udvidelse udviklet af DealCatcher, og dens hovedfunktion er "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download DealCatcher-udvidelses-CRX-fil

Download DealCatcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
Officiel URL https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Beskrivelse Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Filstørrelse 773 KB
Antal Installationer 2,814
Nuværende Version 1.0.17
Senest Opdateret 2023-04-27
Udgivelsesdato 2020-11-18
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler DealCatcher
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.dealcatcher.com
Hjælpeside-URL https://www.dealcatcher.com/contact
URL til Fortrolighedspolitik Side https://www.dealcatcher.com/privacy
Understøttede Sprog 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"
    }
}