Amazon Price Comparator

This extension shows the price of the Amazon item in the current page for every other Amazon shop

Что такое Amazon Price Comparator?

Amazon Price Comparator - это расширение Chrome, разработанное DocKuro, и его основная функция - "This extension shows the price of the Amazon item in the current page for every other Amazon shop".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Amazon Price Comparator

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

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

                        Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site.
Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account.
Click on the price to visit the product page in the other amazon page.                    

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

Название Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
Официальный URL https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
Описание This extension shows the price of the Amazon item in the current page for every other Amazon shop
Размер файла 45.28 KB
Количество установок 1,000
Текущая Версия 1.4.1
Последнее Обновление 2016-04-08
Дата публикации 2016-04-08
Рейтинг 3.50/5 Всего 6 оценок
Разработчик DocKuro
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Price Comparator",
    "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop",
    "version": "1.4.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "prices.html",
        "default_title": "Compare Prices!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}