Karel Electronics Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.
Karel Electronics Desktop Streamerとは何ですか?
Karel Electronics Desktop Streamerはhttps://kbk.karel.cloud/webrtcによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.」です。
Karel Electronics Desktop Streamer拡張機能のCRXファイルをダウンロード
Karel Electronics Desktop Streamer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | lhjcaabahmopmhnipgadflfeenmdlnah |
公式URL | https://chromewebstore.google.com/detail/karel-electronics-desktop/lhjcaabahmopmhnipgadflfeenmdlnah |
説明 | A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client. |
ファイルサイズ | 9.74 KB |
インストール数 | 48 |
現在のバージョン | 1.0.0 |
最終更新日 | 2017-02-21 |
公開日 | 2017-02-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://kbk.karel.cloud/webrtc |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.karel.com.tr/karel-mobil-uygulamasi-gizlilik-politikasi |
対応言語 | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.", "externally_connectable": { "matches": [ "*:\/\/kbk.karel.cloud\/webrtc\/*" ] }, "icons": { "128": "kbk-logo128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Karel Electronics Desktop Streamer", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |