Riot.im Screen Sharing
Share your desktop in Riot.im video conferences.
ما هو Riot.im Screen Sharing؟
Riot.im Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://jitsi.riot.im، والميزة الرئيسية لها هي "Share your desktop in Riot.im video conferences.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Riot.im Screen Sharing
قم بتنزيل ملفات الامتداد Riot.im Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference.
معلومات أساسية عن التمديد
الاسم | Riot.im Screen Sharing |
ID | ehgcnaneidbjcmblghjepmamomchgahd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd |
الوصف | Share your desktop in Riot.im video conferences. |
حجم الملف | 16.8 KB |
عدد التثبيتات | 1,316 |
النسخة الحالية | 0.1.6 |
آخر تحديث | 2017-07-06 |
تاريخ النشر | 2017-07-06 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | https://jitsi.riot.im |
نوع الدفع | free |
موقع الإضافة | https://riot.im/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Riot.im Screen Sharing", "description": "Share your desktop in Riot.im video conferences.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "riot-logo-16x16.png", "48": "riot-logo-48x48.png", "128": "riot.im-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/riot.im\/*", "*:\/\/*.riot.im\/*" ] } } |