Jitsi Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Jitsi Desktop Streamerとは何ですか?
Jitsi Desktop Streamerはqvdteamによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.」です。
Jitsi Desktop Streamer拡張機能のCRXファイルをダウンロード
Jitsi Desktop Streamer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is the jidesha plugin for the qindel.com site. A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge for the qindel.com domain.
拡張機能の基本情報
名前 | |
ID | ehedngmcebdodaehdjbfpbogogehocml |
公式URL | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer/ehedngmcebdodaehdjbfpbogogehocml |
説明 | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
ファイルサイズ | 36.13 KB |
インストール数 | 89 |
現在のバージョン | 0.1.6.4 |
最終更新日 | 2018-06-30 |
公開日 | 2018-06-30 |
開発者 | qvdteam |
支払い方法 | free |
拡張機能のウェブサイト | http://qindel.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.6.4", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/jitsi.qindel.com\/*", "*:\/\/xmpp.qindel.com\/*", "*:\/\/qindel.com\/*", "*:\/\/*.qindel.com\/*" ] } } |