Sitetalk Search
Sitetalk Search
Sitetalk Search란 무엇입니까?
Sitetalk Search은(는) SiteTalk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sitetalk Search"입니다.
확장 프로그램 스크린샷
Sitetalk Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SiteTalk introduce the way to search the web. While you are doing what you do anyway online, install SiteTalk Search to your Chrome browser and get access to everything you need using Google search via SiteTalk. You are always connected on your SiteTalk page, you see your messages and notifications and are alerted the same time they happen. Install the search extension and you will also get a special SiteTalk reward.
확장 프로그램 기본 정보
이름 | Sitetalk Search |
ID | kkimgdmndahliccpmggoiamfgbgppion |
공식 URL | https://chromewebstore.google.com/detail/sitetalk-search/kkimgdmndahliccpmggoiamfgbgppion |
설명 | Sitetalk Search |
파일 크기 | 7.2 KB |
설치 횟수 | 56 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2018-12-23 |
출시 날짜 | 2018-12-23 |
평점 | 4.93/5 총 29 개의 평점 |
개발자 | SiteTalk |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sitetalk.com |
도움말 페이지 URL | https://sitetalk.com/sitetalkcontact |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sitetalk Search", "version": "0.0.1", "description": "Sitetalk Search", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "permissions": [ "tabs" ] } |