Covvet

Get sale alerts on the things you want.

Cos'è Covvet?

Covvet è un'estensione di Chrome sviluppata da https://www.covvet.com, e la sua funzione principale è "Get sale alerts on the things you want.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Covvet

Scarica i file di estensione Covvet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
URL Ufficiale https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
Descrizione Get sale alerts on the things you want.
Dimensione del File 481 KB
Conteggio Installazioni 812
Versione Corrente 2.0
Ultimo Aggiornamento 2023-12-06
Data di Pubblicazione 2018-12-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.covvet.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.covvet.com
URL della Pagina della Politica sulla Privacy https://www.covvet.com/privacy.html
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}