TrueConf Content Sharing Extension
This extension is designed to share content in TrueConf WebRTC conferences.
TrueConf Content Sharing Extension란 무엇입니까?
TrueConf Content Sharing Extension은(는) https://trueconf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is designed to share content in TrueConf WebRTC conferences."입니다.
확장 프로그램 스크린샷
TrueConf Content Sharing Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Share your desktop or a specific application, show slides, photos, videos or documents during an in-browser conference! With TrueConf Server, quality content is just one click away. TrueConf extension allows you to share your content in WebRTC video conferences for up to 250 users. You can invite people to join your conferences by sending them a link. TrueConf video conferences are fully secured and you are always in control of what is shared and when it is shared. The extension is compatible with Google Chrome 50+ and Chromium browsers. To share your content, install this application, refresh your web conference page and choose which tab to show.
확장 프로그램 기본 정보
이름 | TrueConf Content Sharing Extension |
ID | plphehondjjchhnmgaaabelaobbkjofc |
공식 URL | https://chromewebstore.google.com/detail/trueconf-content-sharing/plphehondjjchhnmgaaabelaobbkjofc |
설명 | This extension is designed to share content in TrueConf WebRTC conferences. |
파일 크기 | 28.74 KB |
설치 횟수 | 1,959 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2018-02-21 |
출시 날짜 | 2018-02-21 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://trueconf.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://trueconf.com/products/server/video-conferencing-server.html |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "author": "TrueConf", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.5", "manifest_version": 2, "minimum_chrome_version": "50", "homepage_url": "https:\/\/trueconf.com\/", "icons": { "16": "icons\/logo_16.png", "24": "icons\/logo_24.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "64": "icons\/logo_64.png", "128": "icons\/logo_128.png" }, "background": { "scripts": [ "config.js", "common.js", "chromeRequestHandler.js", "chromeDesktopCapture.js", "background.js" ] }, "content_scripts": [ { "js": [ "config.js", "common.js", "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/public\/*", "*:\/\/*\/c\/*", "*:\/\/*\/webrtc\/*" ] } ], "permissions": [ "desktopCapture", "tabs" ] } |