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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } ] } |