Lower Ebay Price Alert

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

¿Qué es Lower Ebay Price Alert?

Lower Ebay Price Alert es una extensión de Chrome desarrollada por ferryzhou, y su función principal es "This extension shows ebay price of the selling item on Amazon when ebay price is lower.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Lower Ebay Price Alert

Descarga archivos de extensión Lower Ebay Price Alert en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Lower Ebay Price Alert Lower Ebay Price Alert
ID ngcbdfdpiffiblpaokclgmbomelnopoe
URL Oficial https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe
Descripción This extension shows ebay price of the selling item on Amazon when ebay price is lower.
Tamaño del Archivo 48.06 KB
Cantidad de Instalaciones 163
Versión Actual 1.0
Última Actualización 2015-12-20
Fecha de Publicación 2015-12-20
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador ferryzhou
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}