Quick Products Report

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

¿Qué es Quick Products Report?

Quick Products Report es una extensión de Chrome desarrollada por https://skugrid.com, y su función principal es "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Quick Products Report

Descarga archivos de extensión Quick Products Report en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Quick Products Report Quick Products Report
ID ecdfpmgmelliopodkgejjhbohkapojgd
URL Oficial https://chromewebstore.google.com/detail/quick-products-report/ecdfpmgmelliopodkgejjhbohkapojgd
Descripción Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.
Tamaño del Archivo 2.05 MB
Cantidad de Instalaciones 211
Versión Actual 1.1.0
Última Actualización 2022-03-01
Fecha de Publicación 2022-02-04
Calificación 3.40/5 Total de 5 Calificaciones
Desarrollador https://skugrid.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://skuhunter.com/
URL de la Página de Ayuda http://support.skuhunter.com/support/home
URL de la Página de Política de Privacidad https://skugrid.com/web/privacy
Idiomas Soportados 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": []
}