Amazon Price Tracker

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

Was ist Amazon Price Tracker?

Amazon Price Tracker ist eine Chrome-Erweiterung, die von https://pricetracker.zoomzio.com entwickelt wurde, und ihr Hauptmerkmal ist "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Amazon Price Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon Price Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
Offizielle URL https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
Beschreibung Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
Dateigröße 52.73 KB
Installationsanzahl 193
Aktuelle Version 1.2.0
Letztes Update 2014-01-18
Veröffentlichungsdatum 2014-01-18
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler https://pricetracker.zoomzio.com
Zahlungsart free
Erweiterungswebsite http://pricetracker.zoomzio.com
Unterstützte Sprachen 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"
    ]
}