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