BigBlueButton Screenshare Extension
Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
什么是BigBlueButton Screenshare Extension?
BigBlueButton Screenshare Extension是由https://ednet.ns.ca开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.”。
扩展截图
下载BigBlueButton Screenshare Extension扩展crx文件
下载BigBlueButton Screenshare Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Required Extension to use BigBlueButton in Chrome on EDnet 扩展基本信息
| 名称 | |
| ID | ldjhogfpafjhgbhcgccghdjdnjmoaafi |
| 官方URL | https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ldjhogfpafjhgbhcgccghdjdnjmoaafi |
| 简介 | Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings. |
| 文件大小 | 208 KB |
| 安装次数 | 9,834 |
| 当前版本 | 0.0.8 |
| 更新时间 | 2018-11-26 |
| 上架时间 | 2018-11-25 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | https://ednet.ns.ca |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://novascotia.ca/cns/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BigBlueButton Screenshare Extension",
"author": "BigBlueButton",
"version": "0.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\/*",
"*:\/\/*.ednet.ns.ca\/*"
]
},
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |