Quick Products Report

Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.

O que é Quick Products Report?

Quick Products Report é uma extensão do Chrome desenvolvida por https://skugrid.com, e sua principal característica é "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Quick Products Report

Baixe arquivos de extensão Quick Products Report 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

                        Amazon, FBM and FBA effortless research tool. 
Retrieve rank, sales volume, estimated revenue and more directly from the Amazon search results.

QPR is the must have tool for product research, keyword research and sales analysis.

Everybody rely on the accurate data when making business decisions — and that’s where Quick Products Report (aka QPR) is an essential tool.

By enabling QPR in the Chrome browser, you can evaluate product opportunities as you search Amazon’s catalog, making product research quick and easy.                    

Informações Básicas da Extensão

Nome Quick Products Report Quick Products Report
ID ecdfpmgmelliopodkgejjhbohkapojgd
URL Oficial https://chromewebstore.google.com/detail/quick-products-report/ecdfpmgmelliopodkgejjhbohkapojgd
Descrição Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.
Tamanho do Arquivo 2.05 MB
Contagem de Instalações 211
Versão Atual 1.1.0
Última Atualização 2022-03-01
Data de Publicação 2022-02-04
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor https://skugrid.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://skuhunter.com/
URL da Página de Ajuda http://support.skuhunter.com/support/home
URL da Página de Política de Privacidade https://skugrid.com/web/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick Products Report",
    "version": "1.1.0",
    "minimum_chrome_version": "93.0.4577",
    "description": "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "64": "img\/logo-64.png",
        "128": "img\/logo-128.png"
    },
    "externally_connectable": {
        "matches": []
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/beforeContent.bundle.js",
                "js\/content.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "action": {
        "default_title": "QPR"
    },
    "permissions": [
        "identity"
    ],
    "content_security_policy": []
}