Hummingbird Hover-Graph

On any Amazon product page click the extension icon to check price and sales rank history.

Что такое Hummingbird Hover-Graph?

Hummingbird Hover-Graph - это расширение Chrome, разработанное https://tacticalarbitrage.com, и его основная функция - "On any Amazon product page click the extension icon to check price and sales rank history.".

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

screenshot

Скачать файл CRX расширения Hummingbird Hover-Graph

Скачайте файлы расширений Hummingbird Hover-Graph в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Now anyone can check an Amazon product for price and sales rank history.

The extension is really easy to use.

Simply head to any Amazon product page and click the extension icon. 

Up will pop an interactive graph with data you can hover over to see key information you need to help you analyze any Amazon product for important sourcing decisions.

Privacy Policy - https://tacticalarbitrage.com/privacy-policy/                    

Основная информация о расширении

Название Hummingbird Hover-Graph Hummingbird Hover-Graph
ID fnjngbnfomhcjmcdmnlkhdjoicphlidl
Официальный URL https://chromewebstore.google.com/detail/hummingbird-hover-graph/fnjngbnfomhcjmcdmnlkhdjoicphlidl
Описание On any Amazon product page click the extension icon to check price and sales rank history.
Размер файла 289 KB
Количество установок 2,836
Текущая Версия 1.0.15
Последнее Обновление 2021-06-22
Дата публикации 2020-05-28
Рейтинг 4.63/5 Всего 8 оценок
Разработчик https://tacticalarbitrage.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.tacticalarbitrage.com
URL страницы политики конфиденциальности https://tacticalarbitrage.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "manifest_version": 2,
    "name": "Hummingbird Hover-Graph",
    "short_name": "Hummingbird Hover-Graph",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.15",
    "description": "On any Amazon product page click the extension icon to check price and sales rank history.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "html\/button.html"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "https:\/\/tacticalarbitrage.com\/*",
        "https:\/\/*.tacticalarbitrage.com\/*",
        "https:\/\/tacticalflips.com\/*",
        "https:\/\/*.tacticalflips.com\/*",
        "cookies",
        "tabs"
    ]
}