Lower Ebay Price Alert

This extension shows ebay price of the selling item on Amazon when ebay price is lower.

What is Lower Ebay Price Alert?

Lower Ebay Price Alert is a Chrome extension developed by ferryzhou, and its main feature is "This extension shows ebay price of the selling item on Amazon when ebay price is lower.".

Extension Screenshots

screenshot

Download Lower Ebay Price Alert Extension CRX File

Download Lower Ebay Price Alert 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 Lower Ebay Price Alert Lower Ebay Price Alert
ID ngcbdfdpiffiblpaokclgmbomelnopoe
Official URL https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe
Description This extension shows ebay price of the selling item on Amazon when ebay price is lower.
File Size 48.06 KB
Installation Count 163
Current Version 1.0
Last Updated 2015-12-20
Publish Date 2015-12-20
Rating 2.00/5 Total 1 Ratings
Developer ferryzhou
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lower Ebay Price Alert",
    "description": "This extension shows ebay price of the selling item on Amazon when ebay price is lower.",
    "version": "1.0",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.com\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "underscore-min.js",
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/ebayprice-1164.appspot.com\/*",
        "http:\/\/www.amazon.com\/*"
    ]
}