Where2Shop

Where2shop(Smart way to Purchase).

What is Where2Shop?

Where2Shop is a Chrome extension developed by dhanasekar.mani, and its main feature is "Where2shop(Smart way to Purchase).".

Extension Screenshots

screenshot

Download Where2Shop Extension CRX File

Download Where2Shop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
Official URL https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
Description Where2shop(Smart way to Purchase).
File Size 37.32 KB
Installation Count 19
Current Version 2.2
Last Updated 2017-05-30
Publish Date 2017-05-30
Rating 4.64/5 Total 25 Ratings
Developer dhanasekar.mani
Payment Type free
Extension Website http://where2shop.in/
Help Page URL http://where2shop.in/search.php?view=searchlist&layout=contactus
Privacy Policy Page URL http://www.where2shop.in/search.php?view=searchlist&layout=privacy
Supported Languages 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"
            ]
        }
    ]
}