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文件
下載TrueConf Content Sharing Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |