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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |