Amazon Price Tracker

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

Cos'è Amazon Price Tracker?

Amazon Price Tracker è un'estensione di Chrome sviluppata da https://pricetracker.zoomzio.com, e la sua funzione principale è "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Amazon Price Tracker

Scarica i file di estensione Amazon Price Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
URL Ufficiale https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
Descrizione Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
Dimensione del File 52.73 KB
Conteggio Installazioni 193
Versione Corrente 1.2.0
Ultimo Aggiornamento 2014-01-18
Data di Pubblicazione 2014-01-18
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore https://pricetracker.zoomzio.com
Tipo di Pagamento free
Sito Web dell'Estensione http://pricetracker.zoomzio.com
Lingue Supportate 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"
    ]
}