Amazon Price Tracker

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

Apa itu Amazon Price Tracker?

Amazon Price Tracker adalah ekstensi Chrome yang dikembangkan oleh https://pricetracker.zoomzio.com, dan fitur utamanya adalah "Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Amazon Price Tracker

Unduh file ekstensi Amazon Price Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Amazon Price Tracker Amazon Price Tracker
ID hghiflokdkfejijmhioochdgncpoanon
URL Resmi https://chromewebstore.google.com/detail/amazon-price-tracker/hghiflokdkfejijmhioochdgncpoanon
Deskripsi Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop
Ukuran File 52.73 KB
Jumlah Instalasi 193
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2014-01-18
Tanggal Publikasi 2014-01-18
Penilaian 4.29/5 Total 7 Penilaian
Pengembang https://pricetracker.zoomzio.com
Tipe Pembayaran free
Situs Ekstensi http://pricetracker.zoomzio.com
Bahasa yang Didukung 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"
    ]
}