Where2Shop
Where2shop(Smart way to Purchase).
什麼是Where2Shop?
Where2Shop是由dhanasekar.mani開發的Chrome擴展程式,該擴展的主要功能是“Where2shop(Smart way to Purchase).”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | gdlgfajflgfjnhcgnpdhdhdihngndpmg |
官方網址 | 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" ] } ] } |