simplexion Jitsi Screen Sharing
A simple extension that allows you to share your desktop in meetings with simplexions Jitsi Meet instance.
ما هو simplexion Jitsi Screen Sharing؟
simplexion Jitsi Screen Sharing هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "A simple extension that allows you to share your desktop in meetings with simplexions Jitsi Meet instance.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة simplexion Jitsi Screen Sharing
قم بتنزيل ملفات الامتداد simplexion Jitsi Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension to share a users desktop, screen, window or chrome tab in a jitsi web conference.
معلومات أساسية عن التمديد
الاسم | simplexion Jitsi Screen Sharing |
ID | ploonmlocfbolfmbdacfcpdlcibnbmpb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simplexion-jitsi-screen-s/ploonmlocfbolfmbdacfcpdlcibnbmpb |
الوصف | A simple extension that allows you to share your desktop in meetings with simplexions Jitsi Meet instance. |
حجم الملف | 34.97 KB |
عدد التثبيتات | 167 |
النسخة الحالية | 3.1.4 |
آخر تحديث | 2020-03-25 |
تاريخ النشر | 2020-03-25 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "simplexion Jitsi Screen Sharing", "description": "A simple extension that allows you to share your desktop in meetings with simplexions Jitsi Meet instance.", "version": "3.1.4", "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": [ "*:\/\/meet.simplexion.pm\/*" ] } } |