Amazon Price Tracker

Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop

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

Amazon Price Tracker - это расширение Chrome, разработанное https://pricetracker.zoomzio.com, и его основная функция - "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        There is no membership. no fees.  It can track as many items as you want.

Features: 
* Just go to any Amazon product page and click on the "Price Tracker" icon. The item will be added to your product list instantly.

* You can set the email alerts for the individual products. 

* You can also use the Price Watcher as a product registry or shopping list for Amazon items. 

* With our "lighting search" feature, you can get search results instantly.

Please provide us with any feedback you may have and please remember to rate us!

Limitations: 
1) Only works on Amazon US 

-Version 1.0 : Initial version                    

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

Название Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
Официальный URL https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
Описание Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
Размер файла 52.73 KB
Количество установок 193
Текущая Версия 1.2.0
Последнее Обновление 2014-01-18
Дата публикации 2014-01-18
Рейтинг 4.29/5 Всего 7 оценок
Разработчик https://pricetracker.zoomzio.com
Тип оплаты free
Официальный сайт расширения http://pricetracker.zoomzio.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Price Tracker",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/pricetracker.zoomzio.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "short_name": "PriceTracker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}