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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |