Where2Shop

Where2shop(Smart way to Purchase).

O que é Where2Shop?

Where2Shop é uma extensão do Chrome desenvolvida por dhanasekar.mani, e sua principal característica é "Where2shop(Smart way to Purchase).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Where2Shop

Baixe arquivos de extensão Where2Shop no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
URL Oficial https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
Descrição Where2shop(Smart way to Purchase).
Tamanho do Arquivo 37.32 KB
Contagem de Instalações 19
Versão Atual 2.2
Última Atualização 2017-05-30
Data de Publicação 2017-05-30
Classificação 4.64/5 Total de 25 Avaliações
Desenvolvedor dhanasekar.mani
Tipo de Pagamento free
Site da Extensão http://where2shop.in/
URL da Página de Ajuda http://where2shop.in/search.php?view=searchlist&layout=contactus
URL da Página de Política de Privacidade http://www.where2shop.in/search.php?view=searchlist&layout=privacy
Idiomas Suportados 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"
            ]
        }
    ]
}