Jitsi desktop streamer for Beautiful Rising

Enable screen sharing for Beautiful Rising's jitsi meet page

ما هو Jitsi desktop streamer for Beautiful Rising؟

Jitsi desktop streamer for Beautiful Rising هو إضافة Chrome تم تطويرها بواسطة https://beautifulrising.org، والميزة الرئيسية لها هي "Enable screen sharing for Beautiful Rising's jitsi meet page".

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

screenshot

تحميل ملف CRX للإضافة Jitsi desktop streamer for Beautiful Rising

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

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

                        If you've been instructed to install an extension to share your screen during video conferences for the Beautiful Rising project, you've found the correct extension. If you're looking for anything else, this isn't it.                    

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

الاسم Jitsi desktop streamer for Beautiful Rising Jitsi desktop streamer for Beautiful Rising
ID feblndkkkcojdijcmdkghckpgjmcjnbd
عنوان URL الرسمي https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/feblndkkkcojdijcmdkghckpgjmcjnbd
الوصف Enable screen sharing for Beautiful Rising's jitsi meet page
حجم الملف 35.43 KB
عدد التثبيتات 1,815
النسخة الحالية 0.1.5
آخر تحديث 2015-01-26
تاريخ النشر 2015-01-25
المطور https://beautifulrising.org
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi desktop streamer for Beautiful Rising",
    "description": "Enable screen sharing for Beautiful Rising's jitsi meet page",
    "version": "0.1.5",
    "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": [
            "https:\/\/*.beautifulrising.org\/*"
        ]
    }
}