Karel Electronics Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.
What is Karel Electronics Desktop Streamer?
Karel Electronics Desktop Streamer is a Chrome extension developed by https://kbk.karel.cloud/webrtc, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.".
Download Karel Electronics Desktop Streamer Extension CRX File
Download Karel Electronics Desktop Streamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | lhjcaabahmopmhnipgadflfeenmdlnah |
Official URL | https://chromewebstore.google.com/detail/karel-electronics-desktop/lhjcaabahmopmhnipgadflfeenmdlnah |
Description | A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client. |
File Size | 9.74 KB |
Installation Count | 48 |
Current Version | 1.0.0 |
Last Updated | 2017-02-21 |
Publish Date | 2017-02-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://kbk.karel.cloud/webrtc |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.karel.com.tr/karel-mobil-uygulamasi-gizlilik-politikasi |
Supported Languages | 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" } |