Covvet

Get sale alerts on the things you want.

Hvad er Covvet?

Covvet er en Chrome-udvidelse udviklet af https://www.covvet.com, og dens hovedfunktion er "Get sale alerts on the things you want.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Covvet-udvidelses-CRX-fil

Download Covvet-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

                        Covvet is an online wishlist for the things you want.  Save products from just about any web site and Covvet will monitor the price and let you know when your item goes on sale.

No more missing out on getting the things you want at the price you want and no more inboxes full of promotions you don't care about.                    

Grundlæggende oplysninger om udvidelsen

Navn Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
Officiel URL https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
Beskrivelse Get sale alerts on the things you want.
Filstørrelse 481 KB
Antal Installationer 812
Nuværende Version 2.0
Senest Opdateret 2023-12-06
Udgivelsesdato 2018-12-05
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://www.covvet.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.covvet.com
URL til Fortrolighedspolitik Side https://www.covvet.com/privacy.html
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Covvet",
    "description": "Get sale alerts on the things you want.",
    "version": "2.0",
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "save.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}