Where2Shop
Where2shop(Smart way to Purchase).
Where2Shop란 무엇입니까?
Where2Shop은(는) dhanasekar.mani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Where2shop(Smart way to Purchase)."입니다.
확장 프로그램 스크린샷
Where2Shop 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } ] } |