Jitsi Desktop Streamer VCC
Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.
ما هو Jitsi Desktop Streamer VCC؟
Jitsi Desktop Streamer VCC هو إضافة Chrome تم تطويرها بواسطة shwan.ciyako، والميزة الرئيسية لها هي "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.".
تحميل ملف CRX للإضافة Jitsi Desktop Streamer VCC
قم بتنزيل ملفات الامتداد Jitsi Desktop Streamer VCC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a simple copy of jidesha with custom url for internal testing only. Do not install it if you have not been sent here by an adminstrator.
معلومات أساسية عن التمديد
الاسم | |
ID | agikdmapedbhblkeijolnojcjgkhoial |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-vc/agikdmapedbhblkeijolnojcjgkhoial |
الوصف | Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet. |
حجم الملف | 36.09 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 0.1.6 |
آخر تحديث | 2018-04-25 |
تاريخ النشر | 2018-04-25 |
المطور | shwan.ciyako |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer VCC", "description": "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.", "version": "0.1.6", "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": [ "*:\/\/artinfcm.volvocars.net\/*" ] } } |