Jitsi Desktop Streamer for FSD
An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD
ما هو Jitsi Desktop Streamer for FSD؟
Jitsi Desktop Streamer for FSD هو إضافة Chrome تم تطويرها بواسطة https://jitsi-videobridge.fsd38.ab.ca، والميزة الرئيسية لها هي "An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jitsi Desktop Streamer for FSD
قم بتنزيل ملفات الامتداد Jitsi Desktop Streamer for FSD بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension to share the desktop or a window while using Jitsi-Videobridge in Foothills School Division. The frames per second refresh is set on the Jitsi-Videobridge server at a minimum of 5 and a maximum of 24 to allow users to stream video if needed to all particpants in a meeting room.
معلومات أساسية عن التمديد
الاسم | Jitsi Desktop Streamer for FSD |
ID | fngonekeakdeebdiokhdigkicnhlpnhj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/fngonekeakdeebdiokhdigkicnhlpnhj |
الوصف | An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD |
حجم الملف | 67.64 KB |
عدد التثبيتات | 24,310 |
النسخة الحالية | 0.1.8 |
آخر تحديث | 2018-12-18 |
تاريخ النشر | 2018-12-18 |
تقييم | 3.71/5 مجموع تقييمات 28 |
المطور | https://jitsi-videobridge.fsd38.ab.ca |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://jitsi-videobridge.fsd38.ab.ca |
عنوان صفحة سياسة الخصوصية | https://www.fsd38.ab.ca/FOIP.php |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer for FSD", "description": "An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD", "version": "0.1.8", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/jitsi-videobridge.fsd38.ab.ca\/*" ] } } |