Covet

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

¿Qué es Covet?

Covet es una extensión de Chrome desarrollada por https://usecovet.com, y su función principal es "Covet is a new kind of shopping tool that lets you buy what you want while saving money.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Covet

Descarga archivos de extensión Covet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Covet Covet
ID knhlcglddanpibogoaipeoanmkpphkgl
URL Oficial https://chromewebstore.google.com/detail/covet/knhlcglddanpibogoaipeoanmkpphkgl
Descripción Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Tamaño del Archivo 710 KB
Cantidad de Instalaciones 13
Versión Actual 1.2.3
Última Actualización 2019-05-29
Fecha de Publicación 2019-05-28
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://usecovet.com
Tipo de Pago free
Sitio Web de la Extensión https://usecovet.com
URL de la Página de Ayuda https://usecovet.com/feedback
Idiomas Soportados 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"
    }
}