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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}