Karel Electronics Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.
Wat is Karel Electronics Desktop Streamer?
Karel Electronics Desktop Streamer is een Chrome-extensie ontwikkeld door https://kbk.karel.cloud/webrtc, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.".
Download het CRX-bestand van de extensie Karel Electronics Desktop Streamer
Download Karel Electronics Desktop Streamer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | lhjcaabahmopmhnipgadflfeenmdlnah |
| Officiële URL | https://chromewebstore.google.com/detail/karel-electronics-desktop/lhjcaabahmopmhnipgadflfeenmdlnah |
| Beschrijving | A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client. |
| Bestandsgrootte | 9.74 KB |
| Aantal Installaties | 48 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2017-02-21 |
| Publicatiedatum | 2017-02-20 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://kbk.karel.cloud/webrtc |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.karel.com.tr/karel-mobil-uygulamasi-gizlilik-politikasi |
| Ondersteunde Talen | 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"
} | |