Covvet

Get sale alerts on the things you want.

Qu'est-ce que Covvet ?

Covvet est une extension Chrome développée par https://www.covvet.com, et sa fonction principale est "Get sale alerts on the things you want.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Covvet 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

                        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.                    

Informations de Base sur l'Extension

Nom Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
URL Officiel https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
Description Get sale alerts on the things you want.
Taille du Fichier 481 KB
Nombre d'Installations 812
Version Actuelle 2.0
Dernière Mise à Jour 2023-12-06
Date de Publication 2018-12-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.covvet.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.covvet.com
URL de la Page de Politique de Confidentialité https://www.covvet.com/privacy.html
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}