Quick Products Report

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

Hvad er Quick Products Report?

Quick Products Report er en Chrome-udvidelse udviklet af https://skugrid.com, og dens hovedfunktion er "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.".

Udvidelsesskærmbilleder

screenshot

Download Quick Products Report-udvidelses-CRX-fil

Download Quick Products Report-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Quick Products Report Quick Products Report
ID ecdfpmgmelliopodkgejjhbohkapojgd
Officiel URL https://chromewebstore.google.com/detail/quick-products-report/ecdfpmgmelliopodkgejjhbohkapojgd
Beskrivelse Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.
Filstørrelse 2.05 MB
Antal Installationer 211
Nuværende Version 1.1.0
Senest Opdateret 2022-03-01
Udgivelsesdato 2022-02-04
Bedømmelse 3.40/5 Samlet 5 Bedømmelser
Udvikler https://skugrid.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://skuhunter.com/
Hjælpeside-URL http://support.skuhunter.com/support/home
URL til Fortrolighedspolitik Side https://skugrid.com/web/privacy
Understøttede Sprog 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": []
}