Dealhack

Automatically uncovers promo codes as you shop online.

Vad är Dealhack?

Dealhack är en Chrome-tillägg utvecklad av https://dealhack.com, och dess huvudfunktion är "Automatically uncovers promo codes as you shop online.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

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

Ladda ner Dealhack-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

                        Never search for promo codes again. We show them as you shop.

Currently supporting 8,000+ online stores in the United States and Canada.

Email [email protected] for support.                    

Grundläggande Information om Tillägg

Namn Dealhack Dealhack
ID ffeejhiemifnhlbdjccehldkpphbllkc
Officiell webbadress https://chromewebstore.google.com/detail/dealhack/ffeejhiemifnhlbdjccehldkpphbllkc
Beskrivning Automatically uncovers promo codes as you shop online.
Filstorlek 1.25 MB
Antal Installationer 2,736
Aktuell Version 2.0.14
Senast Uppdaterad 2023-04-26
Publiceringsdatum 2020-06-09
Betyg 4.50/5 Totalt 8 Betyg
Utvecklare https://dealhack.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dealhack.com/
Hjälpsida URL https://dealhack.com/extension-faq
URL till Sekretesspolicy Sidan https://dealhack.com/extension-privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dealhack",
    "version": "2.0.14",
    "manifest_version": 3,
    "description": "Automatically uncovers promo codes as you shop online.",
    "homepage_url": "https:\/\/dealhack.com\/",
    "author": "dealhack.com",
    "icons": {
        "128": "favicon-black.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "20": "favicon-black-DM.png",
            "48": "favicon-black-DM.png"
        },
        "default_title": "Dealhack"
    }
}