Quick Products Report

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

Was ist Quick Products Report?

Quick Products Report ist eine Chrome-Erweiterung, die von https://skugrid.com entwickelt wurde, und ihr Hauptmerkmal ist "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.".

Erweiterungsscreenshots

screenshot

Quick Products Report-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Products Report-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Quick Products Report Quick Products Report
ID ecdfpmgmelliopodkgejjhbohkapojgd
Offizielle URL https://chromewebstore.google.com/detail/quick-products-report/ecdfpmgmelliopodkgejjhbohkapojgd
Beschreibung Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.
Dateigröße 2.05 MB
Installationsanzahl 211
Aktuelle Version 1.1.0
Letztes Update 2022-03-01
Veröffentlichungsdatum 2022-02-04
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler https://skugrid.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://skuhunter.com/
Hilfeseite URL http://support.skuhunter.com/support/home
URL der Datenschutzrichtlinien-Seite https://skugrid.com/web/privacy
Unterstützte Sprachen 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": []
}