Bizmetrica

Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.

O que é Bizmetrica?

Bizmetrica é uma extensão do Chrome desenvolvida por https://bizmetrica.com, e sua principal característica é "Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bizmetrica

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

                        Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.

By adding Bizmetrica to your Chrome browser, you can evaluate product opportunities as you search Walmart's catalog, making product research quick and easy.

Easily find products with high demand, but low competition on Walmart.

Assess a product’s potential in seconds and find your next winning product  on Walmart.                    

Informações Básicas da Extensão

Nome Bizmetrica Bizmetrica
ID ajnapfjdnemgoenegdgioapmililgloe
URL Oficial https://chromewebstore.google.com/detail/bizmetrica/ajnapfjdnemgoenegdgioapmililgloe
Descrição Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.
Tamanho do Arquivo 718 KB
Contagem de Instalações 93
Versão Atual 0.0.0.27
Última Atualização 2024-01-14
Data de Publicação 2023-06-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://bizmetrica.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.privacypolicies.com/live/9e5fc4df-d3ee-45b9-a109-1fcbfb02fb9b
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bizmetrica",
    "description": "Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.",
    "permissions": [
        "activeTab",
        "scripting",
        "https:\/\/api.bluecartapi.com\/*",
        "identity",
        "identity.email"
    ],
    "version": "0.0.0.27",
    "icons": {
        "16": "U_16.png",
        "48": "U_48.png",
        "128": "U_128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Walmart Product Research"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                "calculator.js",
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                "content.js",
                "calculator.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "amazon.png",
                "google.png"
            ],
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.walmart.com\/*"
    ]
}