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 - это расширение Chrome, разработанное https://skugrid.com, и его основная функция - "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Quick Products Report

Скачайте файлы расширений 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": []
}