Covvet

Get sale alerts on the things you want.

Wat is Covvet?

Covvet is een Chrome-extensie ontwikkeld door https://www.covvet.com, en de belangrijkste functie is "Get sale alerts on the things you want.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Covvet

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

                        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.                    

Basisinformatie over de Extensie

Naam Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
Officiële URL https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
Beschrijving Get sale alerts on the things you want.
Bestandsgrootte 481 KB
Aantal Installaties 812
Huidige Versie 2.0
Laatst Bijgewerkt 2023-12-06
Publicatiedatum 2018-12-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.covvet.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.covvet.com
URL van de Privacybeleid Pagina https://www.covvet.com/privacy.html
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}