TipTop

Easily find the leading products of each category in Amazon

O que é TipTop?

TipTop é uma extensão do Chrome desenvolvida por ProfileWhiz, e sua principal característica é "Easily find the leading products of each category in Amazon".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TipTop

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

                        This extension makes Amazon shopping much easier by listing a product rank within the different categories and the top products within that category right where you need it.                    

Informações Básicas da Extensão

Nome TipTop TipTop
ID figjcpfnefjodljlppbddicbeibdlmkj
URL Oficial https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj
Descrição Easily find the leading products of each category in Amazon
Tamanho do Arquivo 22.88 KB
Contagem de Instalações 35
Versão Atual 0.0.3
Última Atualização 2022-03-24
Data de Publicação 2022-03-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ProfileWhiz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TipTop",
    "description": "Easily find the leading products of each category in Amazon",
    "version": "0.0.3",
    "version_name": "0.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [],
    "icons": {
        "128": "assets\/img\/tiptop-logo.jpeg"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}