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
官方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"
    ]
}