TouchStream
TouchStream provides an efficient method of maintaining strong relationships with clients.
TouchStream란 무엇입니까?
TouchStream은(는) http://touchstreamapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TouchStream provides an efficient method of maintaining strong relationships with clients."입니다.
확장 프로그램 스크린샷
TouchStream 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | iifabpjkdbdonijnmkakpnokkhmhgjgl |
공식 URL | https://chrome.google.com/webstore/detail/touchstream/iifabpjkdbdonijnmkakpnokkhmhgjgl |
설명 | TouchStream provides an efficient method of maintaining strong relationships with clients. |
파일 크기 | 168 KB |
설치 횟수 | 31 |
현재 버전 | 1.5 |
최근 업데이트 | 2016-03-16 |
출시 날짜 | 2016-03-16 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | http://touchstreamapp.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://touchstreamapp.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TouchStream", "version": "1.5", "manifest_version": 2, "description": "TouchStream provides an efficient method of maintaining strong relationships with clients.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/install_and_upgrade.js", "scripts\/extension_installed_check.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon.png", "38": "images\/icon.png" }, "default_title": "TouchStream", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/www.google.com\/contacts\/*" ], "js": [ "scripts\/find_emails_in_gmail.js", "scripts\/inbox_link.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/mail.google.com\/*", "https:\/\/www.google.com\/contacts\/*" ], "js": [ "scripts\/find_emails_on_any_page.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "web_accessible_resources": [ "icon.png" ], "externally_connectable": { "matches": [ "https:\/\/touchstreamapp.com\/*", "https:\/\/touchstream.io\/*", "https:\/\/staging.touchstreamapp.com\/*", "https:\/\/staging2.touchstreamapp.com\/*", "https:\/\/staging.touchstream.io\/*", "https:\/\/staging2.touchstream.io\/*", "http:\/\/lvh.me:3000\/*", "http:\/\/lvh.me:3700\/*" ], "accepts_tls_channel_id": false } } |