Jitsi Desktop Streamer for True IT

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

ما هو Jitsi Desktop Streamer for True IT؟

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

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

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

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

                        allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.For TrueIT                    

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

الاسم Jitsi Desktop Streamer for True IT Jitsi Desktop Streamer for True IT
ID eldcfdfejpakcipnlkkcicbfgdapplbi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/eldcfdfejpakcipnlkkcicbfgdapplbi
الوصف A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
حجم الملف 15.64 KB
عدد التثبيتات 21
النسخة الحالية 0.1.8
آخر تحديث 2016-12-27
تاريخ النشر 2016-12-27
تقييم 5.00/5 مجموع تقييمات 2
المطور koknoy
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer for True IT",
    "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.",
    "version": "0.1.8",
    "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": [
            "*:\/\/61.90.233.141\/*"
        ]
    }
}