Covet

Covet is a new kind of shopping tool that lets you buy what you want while saving money.

Cos'è Covet?

Covet è un'estensione di Chrome sviluppata da https://usecovet.com, e la sua funzione principale è "Covet is a new kind of shopping tool that lets you buy what you want while saving money.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Covet

Scarica i file di estensione Covet 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

                        Covet is a new kind of shopping tool that lets you buy what you want while saving money.                    

Informazioni di Base sull'Estensione

Nome Covet Covet
ID knhlcglddanpibogoaipeoanmkpphkgl
URL Ufficiale https://chromewebstore.google.com/detail/covet/knhlcglddanpibogoaipeoanmkpphkgl
Descrizione Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Dimensione del File 710 KB
Conteggio Installazioni 13
Versione Corrente 1.2.3
Ultimo Aggiornamento 2019-05-29
Data di Pubblicazione 2019-05-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://usecovet.com
Tipo di Pagamento free
Sito Web dell'Estensione https://usecovet.com
URL della Pagina di Aiuto https://usecovet.com/feedback
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Covet",
    "description": "Covet is a new kind of shopping tool that lets you buy what you want while saving money.",
    "version": "1.2.3",
    "browser_action": {
        "default_title": "Track a price on this page"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "*:\/\/*.usecovet.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.usecovet.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}