Amazon Price Tracker

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

¿Qué es Amazon Price Tracker?

Amazon Price Tracker es una extensión de Chrome desarrollada por https://pricetracker.zoomzio.com, y su función principal es "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Amazon Price Tracker

Descarga archivos de extensión Amazon Price Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
URL Oficial https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
Descripción Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
Tamaño del Archivo 52.73 KB
Cantidad de Instalaciones 193
Versión Actual 1.2.0
Última Actualización 2014-01-18
Fecha de Publicación 2014-01-18
Calificación 4.29/5 Total de 7 Calificaciones
Desarrollador https://pricetracker.zoomzio.com
Tipo de Pago free
Sitio Web de la Extensión http://pricetracker.zoomzio.com
Idiomas Soportados 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"
    ]
}