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"
            ]
        }
    ]
}