Covvet

Get sale alerts on the things you want.

O que é Covvet?

Covvet é uma extensão do Chrome desenvolvida por https://www.covvet.com, e sua principal característica é "Get sale alerts on the things you want.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Covvet

Baixe arquivos de extensão Covvet 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

                        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.                    

Informações Básicas da Extensão

Nome Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
URL Oficial https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
Descrição Get sale alerts on the things you want.
Tamanho do Arquivo 481 KB
Contagem de Instalações 812
Versão Atual 2.0
Última Atualização 2023-12-06
Data de Publicação 2018-12-05
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.covvet.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.covvet.com
URL da Página de Política de Privacidade https://www.covvet.com/privacy.html
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}