Web.TV Screen Sharing
Web.TV screen sharing for web conference
Web.TV Screen Sharing란 무엇입니까?
Web.TV Screen Sharing은(는) Web.TV Developer Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web.TV screen sharing for web conference"입니다.
확장 프로그램 스크린샷
Web.TV Screen Sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension enable screen sharing functionality for Web.TV video conference. Participants can share their screen and application windows with another participants in the same web.tv conference channel.
확장 프로그램 기본 정보
이름 | Web.TV Screen Sharing |
ID | lmdjfpiidgmpcdfdjkhnlennkobbmbpk |
공식 URL | https://chromewebstore.google.com/detail/webtv-screen-sharing/lmdjfpiidgmpcdfdjkhnlennkobbmbpk |
설명 | Web.TV screen sharing for web conference |
파일 크기 | 13.52 KB |
설치 횟수 | 728 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2017-04-05 |
출시 날짜 | 2017-04-05 |
평점 | 4.71/5 총 7 개의 평점 |
개발자 | Web.TV Developer Team |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://web.tv |
개인정보 보호 정책 페이지 URL | https://web.tv/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web.TV Screen Sharing", "version": "1.0.2", "description": "Web.TV screen sharing for web conference", "icons": { "16": "images\/conference-16.png", "32": "images\/conference-32.png", "48": "images\/conference-48.png", "64": "images\/conference-64.png", "128": "images\/conference-128.png" }, "author": "Web.TV Developer Team", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.web.tv\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.web.tv\/*" ] }, "homepage_url": "https:\/\/web.tv", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ] } |