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是由https://pricetracker.zoomzio.com開發的Chrome擴展程式,該擴展的主要功能是“Amazon Price Tracker is the best way to track Amazon products and get notified when their prices drop”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Amazon Price Tracker擴展crx文件

下載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
官方網址 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"
    ]
}