Amazon Price Comparator

This extension shows the price of the Amazon item in the current page for every other Amazon shop

What is Amazon Price Comparator?

Amazon Price Comparator is a Chrome extension developed by DocKuro, and its main feature is "This extension shows the price of the Amazon item in the current page for every other Amazon shop".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Amazon Price Comparator Extension CRX File

Download Amazon Price Comparator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site.
Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account.
Click on the price to visit the product page in the other amazon page.                    

Extension Basic Information

Name Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
Official URL https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
Description This extension shows the price of the Amazon item in the current page for every other Amazon shop
File Size 45.28 KB
Installation Count 1,000
Current Version 1.4.1
Last Updated 2016-04-08
Publish Date 2016-04-08
Rating 3.50/5 Total 6 Ratings
Developer DocKuro
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Price Comparator",
    "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop",
    "version": "1.4.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "prices.html",
        "default_title": "Compare Prices!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}