Quick Products Report
Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.
Cos'è Quick Products Report?
Quick Products Report è un'estensione di Chrome sviluppata da https://skugrid.com, e la sua funzione principale è "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Products Report
Scarica i file di estensione Quick Products Report in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Quick Products Report |
ID | ecdfpmgmelliopodkgejjhbohkapojgd |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-products-report/ecdfpmgmelliopodkgejjhbohkapojgd |
Descrizione | Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon. |
Dimensione del File | 2.05 MB |
Conteggio Installazioni | 211 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2022-03-01 |
Data di Pubblicazione | 2022-02-04 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | https://skugrid.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://skuhunter.com/ |
URL della Pagina di Aiuto | http://support.skuhunter.com/support/home |
URL della Pagina della Politica sulla Privacy | https://skugrid.com/web/privacy |
Lingue Supportate | 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": [] } |