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.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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": []
}