Amazopen - Price Tracker and Product Rating

Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE!

What is Amazopen - Price Tracker and Product Rating?

Amazopen - Price Tracker and Product Rating is a Chrome extension developed by Shopping, and its main feature is "Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE!".

Extension Screenshots

screenshot
screenshot

Download Amazopen - Price Tracker and Product Rating Extension CRX File

Download Amazopen - Price Tracker and Product Rating 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

                        Adds a shortcut to view price history and product review rating of any amazon product.

Key Features:
✜ Price History - Price History for Millions Amazon Products.
✜ Product Review Rating - Product Rating Review Analyzer Report
✜ No account needed. Just install and start saving money.

Now you can select whether you want the price history or product rating only under the option settings.

This add-on is not affiliated with amazon.com                    

Extension Basic Information

Name Amazopen - Price Tracker and Product Rating Amazopen - Price Tracker and Product Rating
ID mkoboabdaahifapdmlecfcbfoihmkcea
Official URL https://chrome.google.com/webstore/detail/amazopen-price-tracker-an/mkoboabdaahifapdmlecfcbfoihmkcea
Description Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE!
File Size 25.55 KB
Installation Count 3,000
Current Version 1.71
Last Updated 2022-04-09
Publish Date 2018-12-24
Rating 4.00/5 Total 8 Ratings
Developer Shopping
Email [email protected]
Payment Type free
Extension Website https://www.amazopen.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazopen - Price Tracker and Product Rating",
    "version": "1.71",
    "manifest_version": 2,
    "description": "Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}