Amazon Price Tracker

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

Qu'est-ce que Amazon Price Tracker ?

Amazon Price Tracker est une extension Chrome développée par https://pricetracker.zoomzio.com, et sa fonction principale est "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Amazon Price Tracker

Téléchargez les fichiers d'extension Amazon Price Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
URL Officiel https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
Description Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
Taille du Fichier 52.73 KB
Nombre d'Installations 193
Version Actuelle 1.2.0
Dernière Mise à Jour 2014-01-18
Date de Publication 2014-01-18
Évaluation 4.29/5 Total 7 Évaluations
Développeur https://pricetracker.zoomzio.com
Type de Paiement free
Site Web de l'Extension http://pricetracker.zoomzio.com
Langues Prises en Charge 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"
    ]
}