TuTu | Simple Desktop Sharing App !
Simplest Desktop Sharing App on the Planet!
TuTu | Simple Desktop Sharing App !란 무엇입니까?
TuTu | Simple Desktop Sharing App !은(는) tutusharedev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplest Desktop Sharing App on the Planet!"입니다.
확장 프로그램 스크린샷
TuTu | Simple Desktop Sharing App ! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TuTu is a quick and easy to use communication tool, connecting browser to browser. It allows two users to make a video call or share their desktop screen in the click of a button. No other software is required and no adverts. After install, all a user must do is register their name, select whether they want to video call or a screen share conversation, type in the name of a registered user to ring, and press the call button! Both users must have a microphone and webcam to use this extension. You will have to allow access to microphone and webcam upon first video call.
확장 프로그램 기본 정보
이름 | |
ID | nlaogdmmdaeeommoboonehgcflbodpnd |
공식 URL | https://chrome.google.com/webstore/detail/tutu-simple-desktop-shari/nlaogdmmdaeeommoboonehgcflbodpnd |
설명 | Simplest Desktop Sharing App on the Planet! |
파일 크기 | 31.29 KB |
설치 횟수 | 44 |
현재 버전 | 1.26 |
최근 업데이트 | 2017-04-10 |
출시 날짜 | 2017-04-10 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | tutusharedev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TuTu | Simple Desktop Sharing App !", "description": "Simplest Desktop Sharing App on the Planet!", "short_name": "Share Screen", "version": "1.26", "icons": { "16": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background-script.js" ], "persistent": true }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/tutuclick.com\/*", "https:\/\/tutushare.com\/*" ] } ], "permissions": [ "activeTab", "tabs", "desktopCapture", "background", "sessions", "cookies", "identity", "identity.email" ], "oauth2": { "client_id": "858510293419-8cvsu04dncc6q7mvg8cd2vipbl5384jp.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } } |