SY Jitsi Desktop Streamer

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

ما هو SY Jitsi Desktop Streamer؟

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

لقطات شاشة التمديد

screenshot

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

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

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

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

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

الاسم SY Jitsi Desktop Streamer SY Jitsi Desktop Streamer
ID gdkiboeickfcfheklfoicledcpodfild
عنوان URL الرسمي https://chromewebstore.google.com/detail/sy-jitsi-desktop-streamer/gdkiboeickfcfheklfoicledcpodfild
الوصف A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
حجم الملف 36.11 KB
عدد التثبيتات 253
النسخة الحالية 0.1.6
آخر تحديث 2018-07-01
تاريخ النشر 2018-07-01
المطور Unknown
نوع الدفع free
موقع الإضافة https://meet.goshenyun.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SY 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",
    "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.goshenyun.com\/*"
        ]
    }
}