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 |
电子邮箱 | [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" } |