Covet
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
O que é Covet?
Covet é uma extensão do Chrome desenvolvida por https://usecovet.com, e sua principal característica é "Covet is a new kind of shopping tool that lets you buy what you want while saving money.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Covet
Baixe arquivos de extensão Covet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Informações Básicas da Extensão
Nome | |
ID | knhlcglddanpibogoaipeoanmkpphkgl |
URL Oficial | https://chromewebstore.google.com/detail/covet/knhlcglddanpibogoaipeoanmkpphkgl |
Descrição | Covet is a new kind of shopping tool that lets you buy what you want while saving money. |
Tamanho do Arquivo | 710 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.2.3 |
Última Atualização | 2019-05-29 |
Data de Publicação | 2019-05-28 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://usecovet.com |
Tipo de Pagamento | free |
Site da Extensão | https://usecovet.com |
URL da Página de Ajuda | https://usecovet.com/feedback |
Idiomas Suportados | 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" } } |