Unimerc - Amazon Price Tracker

An Amazon Price Tracker.

Unimerc - Amazon Price Tracker क्या है?

Unimerc - Amazon Price Tracker http://www.unimerc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An Amazon Price Tracker."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unimerc - Amazon Price Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}