Amazon Price Tracker

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

Vad är Amazon Price Tracker?

Amazon Price Tracker är en Chrome-tillägg utvecklad av https://pricetracker.zoomzio.com, och dess huvudfunktion är "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Amazon Price Tracker-förlängningens CRX-fil

Ladda ner Amazon Price Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
Officiell webbadress https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
Beskrivning Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
Filstorlek 52.73 KB
Antal Installationer 193
Aktuell Version 1.2.0
Senast Uppdaterad 2014-01-18
Publiceringsdatum 2014-01-18
Betyg 4.29/5 Totalt 7 Betyg
Utvecklare https://pricetracker.zoomzio.com
Betalningssätt free
Tilläggswebbplats http://pricetracker.zoomzio.com
Stödda Språk 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"
    ]
}