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 |
官方網址 | 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 |
電子郵箱 | [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": [] } |