DealCatcher

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

Wat is DealCatcher?

DealCatcher is een Chrome-extensie ontwikkeld door DealCatcher, en de belangrijkste functie is "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DealCatcher

Download DealCatcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
Officiële URL https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Beschrijving Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Bestandsgrootte 773 KB
Aantal Installaties 2,814
Huidige Versie 1.0.17
Laatst Bijgewerkt 2023-04-27
Publicatiedatum 2020-11-18
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar DealCatcher
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.dealcatcher.com
Help Pagina-URL https://www.dealcatcher.com/contact
URL van de Privacybeleid Pagina https://www.dealcatcher.com/privacy
Ondersteunde Talen 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"
    }
}