Amazon Price Comparator

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

¿Qué es Amazon Price Comparator?

Amazon Price Comparator es una extensión de Chrome desarrollada por DocKuro, y su función principal es "This extension shows the price of the Amazon item in the current page for every other Amazon shop".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Amazon Price Comparator

Descarga archivos de extensión Amazon Price Comparator 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

                        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.                    

Información Básica de la Extensión

Nombre Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
URL Oficial https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
Descripción This extension shows the price of the Amazon item in the current page for every other Amazon shop
Tamaño del Archivo 45.28 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.4.1
Última Actualización 2016-04-08
Fecha de Publicación 2016-04-08
Calificación 3.50/5 Total de 6 Calificaciones
Desarrollador DocKuro
Tipo de Pago free
Idiomas Soportados 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"
    ]
}