Where2Shop

Where2shop(Smart way to Purchase).

Wat is Where2Shop?

Where2Shop is een Chrome-extensie ontwikkeld door dhanasekar.mani, en de belangrijkste functie is "Where2shop(Smart way to Purchase).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Where2Shop

Download Where2Shop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
Officiële URL https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
Beschrijving Where2shop(Smart way to Purchase).
Bestandsgrootte 37.32 KB
Aantal Installaties 19
Huidige Versie 2.2
Laatst Bijgewerkt 2017-05-30
Publicatiedatum 2017-05-30
Beoordeling 4.64/5 Totaal 25 Beoordelingen
Ontwikkelaar dhanasekar.mani
Betalingswijze free
Extensiewebsite http://where2shop.in/
Help Pagina-URL http://where2shop.in/search.php?view=searchlist&layout=contactus
URL van de Privacybeleid Pagina http://www.where2shop.in/search.php?view=searchlist&layout=privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}