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 هو إضافة Chrome تم تطويرها بواسطة https://kbk.karel.cloud/webrtc، والميزة الرئيسية لها هي "A simple extension that allows you to stream your desktop into meetings with Karel WebRTC client.".
تحميل ملف CRX للإضافة Karel Electronics Desktop Streamer
قم بتنزيل ملفات الامتداد Karel Electronics Desktop Streamer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } |