Comcast Desktop Streamer

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

ما هو Comcast Desktop Streamer؟

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

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

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

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

                                            

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

الاسم Comcast Desktop Streamer Comcast Desktop Streamer
ID hecajbolghfdkfgckiabhklpgpjhncfl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/comcast-desktop-streamer/hecajbolghfdkfgckiabhklpgpjhncfl
الوصف A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.
حجم الملف 26.91 KB
عدد التثبيتات 218
النسخة الحالية 0.1.6
آخر تحديث 2018-03-13
تاريخ النشر 2018-03-13
المطور http://meet.xrtc.cloud
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comcast Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Comcast meet and Jitsi Videobridge.",
    "version": "0.1.6",
    "minimum_chrome_version": "39",
    "icons": {
        "16": "comcast-logo-16x16.png",
        "48": "comcast-logo-48x48.png",
        "128": "comcast-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.xrtc.me\/*"
        ]
    }
}