Unimerc - Amazon Price Tracker

An Amazon Price Tracker.

Unimerc - Amazon Price Trackerคืออะไร?

Unimerc - Amazon Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.unimerc.com และคุณลักษณะหลักของมันคือ "An Amazon Price Tracker."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unimerc - Amazon Price Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}