Amazon Price Tracker

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

Τι είναι το Amazon Price Tracker;

Το Amazon Price Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pricetracker.zoomzio.com, και η κύρια λειτουργία του είναι "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Price Tracker

Λήψη αρχείων επέκτασης Amazon Price Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
Επίσημο URL https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
Περιγραφή Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
Μέγεθος Αρχείου 52.73 KB
Αριθμός Εγκαταστάσεων 193
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2014-01-18
Ημερομηνία Δημοσίευσης 2014-01-18
Αξιολόγηση 4.29/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://pricetracker.zoomzio.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://pricetracker.zoomzio.com
Υποστηριζόμενες Γλώσσες 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"
    ]
}