Quick Products Report
Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.
Qu'est-ce que Quick Products Report ?
Quick Products Report est une extension Chrome développée par https://skugrid.com, et sa fonction principale est "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Products Report
Téléchargez les fichiers d'extension Quick Products Report au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Quick Products Report |
ID | ecdfpmgmelliopodkgejjhbohkapojgd |
URL Officiel | https://chromewebstore.google.com/detail/quick-products-report/ecdfpmgmelliopodkgejjhbohkapojgd |
Description | Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon. |
Taille du Fichier | 2.05 MB |
Nombre d'Installations | 211 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2022-03-01 |
Date de Publication | 2022-02-04 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | https://skugrid.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://skuhunter.com/ |
URL de la Page d'Aide | http://support.skuhunter.com/support/home |
URL de la Page de Politique de Confidentialité | https://skugrid.com/web/privacy |
Langues Prises en Charge | 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": [] } |