Price Advisor

Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically.

What is Price Advisor?

Price Advisor is a Chrome extension developed by http://pricesadvisor.com, and its main feature is "Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically.".

Extension Screenshots

screenshot

Download Price Advisor Extension CRX File

Download Price Advisor 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

                        インターネットを簡単、便利にするためのシンプルなスタートページです                    

Extension Basic Information

Name Price Advisor Price Advisor
ID aeijdknmpedjnoocginflmbngkndihei
Official URL https://chrome.google.com/webstore/detail/%E5%AE%89%E5%80%A4%E6%AF%94%E8%BC%83%E3%82%A2%E3%83%89%E3%83%90%E3%82%A4%E3%82%B6%E3%83%BC/aeijdknmpedjnoocginflmbngkndihei
Description Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically.
File Size 124 KB
Installation Count 2,000
Current Version 2.1.1.1
Last Updated 2017-12-20
Publish Date 2017-12-20
Rating 3.18/5 Total 11 Ratings
Developer http://pricesadvisor.com
Email [email protected]
Payment Type free
Extension Website http://hotelbookingbest10.com/hotelbooking
Help Page URL http://hotelbookingbest10.com/hotelbooking
Privacy Policy Page URL https://raku-app.appspot.com/terms
Supported Languages de,en,en-GB,en-US,fr,es,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.1.1.1",
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "browser_action": {
        "default_name": "__MSG_extName__",
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "jQuery.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/yahoo.png"
    },
    "omnibox": {
        "keyword": "amazon"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/store.shopping.yahoo.co.jp\/*",
                "*:\/\/item.rakuten.co.jp\/*",
                "*:\/\/product.rakuten.co.jp\/*",
                "*:\/\/books.rakuten.co.jp\/*",
                "http:\/\/kakaku.com\/item\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.ebay.com\/*",
                "*:\/\/www.ebay.co.uk\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.ebay.es\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.ebay.de\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.ebay.fr\/*",
                "*:\/\/www.amazon.fr\/*"
            ],
            "js": [
                "jQuery.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "contextMenus"
    ]
}