Where2Shop

Where2shop(Smart way to Purchase).

¿Qué es Where2Shop?

Where2Shop es una extensión de Chrome desarrollada por dhanasekar.mani, y su función principal es "Where2shop(Smart way to Purchase).".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Where2Shop

Descarga archivos de extensión Where2Shop 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

                        OVERVIEW - WHERE2SHOP is the First Indian Shopping Search Engine. You can compare prices from Best Online Stores. Give your online shopping the best experience you can ever imagine. No more downloads of different shopping apps. You can find all your favorite store be it Amazon, Flipkart, Snapdeal or other shopping sites. Where2shop is a one stop destination of all your favorite shopping stores. Shop Your favorite products online and compare prices, give the best value for your money.                    

Información Básica de la Extensión

Nombre Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
URL Oficial https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
Descripción Where2shop(Smart way to Purchase).
Tamaño del Archivo 37.32 KB
Cantidad de Instalaciones 19
Versión Actual 2.2
Última Actualización 2017-05-30
Fecha de Publicación 2017-05-30
Calificación 4.64/5 Total de 25 Calificaciones
Desarrollador dhanasekar.mani
Tipo de Pago free
Sitio Web de la Extensión http://where2shop.in/
URL de la Página de Ayuda http://where2shop.in/search.php?view=searchlist&layout=contactus
URL de la Página de Política de Privacidad http://www.where2shop.in/search.php?view=searchlist&layout=privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where2Shop",
    "version": "2.2",
    "description": "Where2shop(Smart way to Purchase).",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.where2shop.in\/*"
        ]
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}