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