BigBlueButton Screenshare Extension
Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
什么是BigBlueButton Screenshare Extension?
BigBlueButton Screenshare Extension是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.”。
扩展截图
下载BigBlueButton Screenshare Extension扩展crx文件
下载BigBlueButton Screenshare Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | BigBlueButton Screenshare Extension |
ID | ncdgpcibpgjjmaofejfdocgnohdcfnah |
官方URL | https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ncdgpcibpgjjmaofejfdocgnohdcfnah |
简介 | Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings. |
文件大小 | 208 KB |
安装次数 | 274 |
当前版本 | 1.0.8 |
更新时间 | 2018-09-21 |
上架时间 | 2018-09-21 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BigBlueButton Screenshare Extension", "author": "BigBlueButton", "version": "1.0.8", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.", "homepage_url": "https:\/\/bigbluebutton.org\/", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.bigbluebutton.org\/*", "*:\/\/*.aegean.gr\/*" ] }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |