Covet

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

Qu'est-ce que Covet ?

Covet est une extension Chrome développée par https://usecovet.com, et sa fonction principale est "Covet is a new kind of shopping tool that lets you buy what you want while saving money.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Covet

Téléchargez les fichiers d'extension Covet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Covet Covet
ID knhlcglddanpibogoaipeoanmkpphkgl
URL Officiel https://chromewebstore.google.com/detail/covet/knhlcglddanpibogoaipeoanmkpphkgl
Description Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Taille du Fichier 710 KB
Nombre d'Installations 13
Version Actuelle 1.2.3
Dernière Mise à Jour 2019-05-29
Date de Publication 2019-05-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://usecovet.com
Type de Paiement free
Site Web de l'Extension https://usecovet.com
URL de la Page d'Aide https://usecovet.com/feedback
Langues Prises en Charge 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"
    }
}