DealCatcher

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

Was ist DealCatcher?

DealCatcher ist eine Chrome-Erweiterung, die von DealCatcher entwickelt wurde, und ihr Hauptmerkmal ist "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DealCatcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie DealCatcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
Offizielle URL https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Beschreibung Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Dateigröße 773 KB
Installationsanzahl 2,814
Aktuelle Version 1.0.17
Letztes Update 2023-04-27
Veröffentlichungsdatum 2020-11-18
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler DealCatcher
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.dealcatcher.com
Hilfeseite URL https://www.dealcatcher.com/contact
URL der Datenschutzrichtlinien-Seite https://www.dealcatcher.com/privacy
Unterstützte Sprachen 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"
    }
}