Jitsi Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.

ما هو Jitsi Desktop Streamer؟

Jitsi Desktop Streamer هو إضافة Chrome تم تطويرها بواسطة qvdteam، والميزة الرئيسية لها هي "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".

تحميل ملف CRX للإضافة Jitsi Desktop Streamer

قم بتنزيل ملفات الامتداد Jitsi Desktop Streamer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is the jidesha plugin for the qindel.com site.

A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge for the qindel.com domain.                    

معلومات أساسية عن التمديد

الاسم Jitsi Desktop Streamer Jitsi Desktop Streamer
ID ehedngmcebdodaehdjbfpbogogehocml
عنوان URL الرسمي https://chrome.google.com/webstore/detail/jitsi-desktop-streamer/ehedngmcebdodaehdjbfpbogogehocml
الوصف A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
حجم الملف 36.13 KB
عدد التثبيتات 89
النسخة الحالية 0.1.6.4
آخر تحديث 2018-06-30
تاريخ النشر 2018-06-30
المطور qvdteam
نوع الدفع free
موقع الإضافة http://qindel.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.",
    "version": "0.1.6.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": [
            "*:\/\/jitsi.qindel.com\/*",
            "*:\/\/xmpp.qindel.com\/*",
            "*:\/\/qindel.com\/*",
            "*:\/\/*.qindel.com\/*"
        ]
    }
}