DealCatcher

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

Vad är DealCatcher?

DealCatcher är en Chrome-tillägg utvecklad av DealCatcher, och dess huvudfunktion är "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner DealCatcher-förlängningens CRX-fil

Ladda ner DealCatcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
Officiell webbadress https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Beskrivning Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Filstorlek 773 KB
Antal Installationer 2,814
Aktuell Version 1.0.17
Senast Uppdaterad 2023-04-27
Publiceringsdatum 2020-11-18
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare DealCatcher
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.dealcatcher.com
Hjälpsida URL https://www.dealcatcher.com/contact
URL till Sekretesspolicy Sidan https://www.dealcatcher.com/privacy
Stödda Språk 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"
    }
}