Jitsi Desktop Streamer VCC
Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.
Jitsi Desktop Streamer VCCとは何ですか?
Jitsi Desktop Streamer VCCはshwan.ciyakoによって開発されたChromeの拡張機能で、その主な機能は「Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.」です。
Jitsi Desktop Streamer VCC拡張機能のCRXファイルをダウンロード
Jitsi Desktop Streamer VCC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple copy of jidesha with custom url for internal testing only. Do not install it if you have not been sent here by an adminstrator.
拡張機能の基本情報
名前 | |
ID | agikdmapedbhblkeijolnojcjgkhoial |
公式URL | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-vc/agikdmapedbhblkeijolnojcjgkhoial |
説明 | Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet. |
ファイルサイズ | 36.09 KB |
インストール数 | 15 |
現在のバージョン | 0.1.6 |
最終更新日 | 2018-04-25 |
公開日 | 2018-04-25 |
開発者 | shwan.ciyako |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer VCC", "description": "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.", "version": "0.1.6", "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": [ "*:\/\/artinfcm.volvocars.net\/*" ] } } |