Where2Shop

Where2shop(Smart way to Purchase).

什么是Where2Shop?

Where2Shop是由dhanasekar.mani开发的Chrome扩展程序,该扩展的主要功能是“Where2shop(Smart way to Purchase).”。

扩展截图

screenshot

下载Where2Shop扩展crx文件

下载Where2Shop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
官方URL https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
简介 Where2shop(Smart way to Purchase).
文件大小 37.32 KB
安装次数 19
当前版本 2.2
更新时间 2017-05-30
上架时间 2017-05-30
评分 4.64/5 共25次评分
开发者 dhanasekar.mani
付费类型 free
扩展官网 http://where2shop.in/
帮助页面URL http://where2shop.in/search.php?view=searchlist&layout=contactus
隐私政策页面URL http://www.where2shop.in/search.php?view=searchlist&layout=privacy
支持的语言 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"
            ]
        }
    ]
}