Amazon Price Tracker

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

O que é Amazon Price Tracker?

Amazon Price Tracker é uma extensão do Chrome desenvolvida por https://pricetracker.zoomzio.com, e sua principal característica é "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Amazon Price Tracker

Baixe arquivos de extensão Amazon Price Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
URL Oficial https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
Descrição Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
Tamanho do Arquivo 52.73 KB
Contagem de Instalações 193
Versão Atual 1.2.0
Última Atualização 2014-01-18
Data de Publicação 2014-01-18
Classificação 4.29/5 Total de 7 Avaliações
Desenvolvedor https://pricetracker.zoomzio.com
Tipo de Pagamento free
Site da Extensão http://pricetracker.zoomzio.com
Idiomas Suportados 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"
    ]
}