Shop 4 Less

Compare other major sites and buy at right price

¿Qué es Shop 4 Less?

Shop 4 Less es una extensión de Chrome desarrollada por Apptikka, y su función principal es "Compare other major sites and buy at right price".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Shop 4 Less

Descarga archivos de extensión Shop 4 Less 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

                        How many times during online shopping, before adding to cart you thought is there some other place that this product is cheaper than this price ?

Well from now on, forget about the it. This extension will help you search other major websites (more than 200+ websites) and shows you the price those sites offer.                    

Información Básica de la Extensión

Nombre Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
URL Oficial https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
Descripción Compare other major sites and buy at right price
Tamaño del Archivo 28.53 KB
Cantidad de Instalaciones 62
Versión Actual 1.0
Última Actualización 2016-08-08
Fecha de Publicación 2016-08-08
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Apptikka
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.dealtikka.com/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shop 4 Less",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Compare other major sites and buy at right price",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon 48.png",
        "128": "icon 128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}