Unimerc - Amazon Price Tracker

An Amazon Price Tracker.

什麼是Unimerc - Amazon Price Tracker?

Unimerc - Amazon Price Tracker是由http://www.unimerc.com開發的Chrome擴展程式,該擴展的主要功能是“An Amazon Price Tracker.”。

擴展截圖

screenshot
screenshot

下載Unimerc - Amazon Price Tracker擴展crx文件

下載Unimerc - Amazon Price Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Unimerc-Amazon Price Tracker
Easy to use and free.

Save money by making informed purchases from Amazon. This Add-on lets you see price history charts, set price alerts and find the biggest discounts on Amazon without ever leaving Amazon's website.

View Biggest Discounts
Some of the best deals on Amazon are products that have recently had big price drops. This add-on allows you to see the products that have recently dropped in price on a wide range of products.

Price History Charts
While shopping on Amazon, view an interactive chart showing past prices of the product. Move your mouse over the chart and the prices at each point will be displayed.

Set Price Alerts
Don't like the price that a product is currently selling for, then set a price alert and get an email when the price drops.

How it Works
When you visit an Amazon product page, you will see an Unimerc icon at the bottom, right side of the browser window. If you click the icon, you will be see product price information displayed on the screen. Once you have completed viewing the price data, simply click the icon again, and the data will disappear.

For more visit  http://www.Unimerc.com                    

擴展基本資訊

名稱 Unimerc - Amazon Price Tracker Unimerc - Amazon Price Tracker
ID aodgfcodeghkkaenpamldjkobdeeojji
官方網址 https://chrome.google.com/webstore/detail/unimerc-amazon-price-trac/aodgfcodeghkkaenpamldjkobdeeojji
簡介 An Amazon Price Tracker.
檔案大小 7.07 KB
安裝次數 371
目前版本 1.0
更新時間 2012-06-18
上架時間 2012-06-18
評分 1.00/5 共 2 次評分
開發者 http://www.unimerc.com
付費類型 free
擴展官網 http://www.unimerc.com
支援的語言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unimerc - Amazon Price Tracker",
    "version": "1.0",
    "manifest_version": 2,
    "description": "An Amazon Price Tracker.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.com\/*"
            ],
            "js": [
                "price_data.js"
            ]
        }
    ]
}