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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quick Products Report एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
}