Quick Products Report
Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.
Quick Products Reportとは何ですか?
Quick Products Reportはhttps://skugrid.comによって開発されたChromeの拡張機能で、その主な機能は「Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.」です。
拡張機能のスクリーンショット
Quick Products Report拡張機能のCRXファイルをダウンロード
Quick Products Report拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Quick Products Report |
ID | ecdfpmgmelliopodkgejjhbohkapojgd |
公式URL | https://chromewebstore.google.com/detail/quick-products-report/ecdfpmgmelliopodkgejjhbohkapojgd |
説明 | Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon. |
ファイルサイズ | 2.05 MB |
インストール数 | 211 |
現在のバージョン | 1.1.0 |
最終更新日 | 2022-03-01 |
公開日 | 2022-02-04 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | https://skugrid.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://skuhunter.com/ |
ヘルプページのURL | http://support.skuhunter.com/support/home |
プライバシーポリシーページのURL | https://skugrid.com/web/privacy |
対応言語 | 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": [] } |