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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Karel Electronics Desktop Streamer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |