Jitsi Desktop Streamer for FSD

An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD

什麼是Jitsi Desktop Streamer for FSD?

Jitsi Desktop Streamer for FSD是由https://jitsi-videobridge.fsd38.ab.ca開發的Chrome擴展程式,該擴展的主要功能是“An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD”。

擴展截圖

screenshot
screenshot

下載Jitsi Desktop Streamer for FSD擴展crx文件

下載Jitsi Desktop Streamer for FSD擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extension to share the desktop or a window while using Jitsi-Videobridge in Foothills School Division. The frames per second refresh is set on the Jitsi-Videobridge server at a minimum of 5 and a maximum of 24 to allow users to stream video if needed to all particpants in a meeting room.                    

擴展基本資訊

名稱 Jitsi Desktop Streamer for FSD Jitsi Desktop Streamer for FSD
ID fngonekeakdeebdiokhdigkicnhlpnhj
官方網址 https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/fngonekeakdeebdiokhdigkicnhlpnhj
簡介 An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD
檔案大小 67.64 KB
安裝次數 24,310
目前版本 0.1.8
更新時間 2018-12-18
上架時間 2018-12-18
評分 3.71/5 共 28 次評分
開發者 https://jitsi-videobridge.fsd38.ab.ca
電子郵箱 [email protected]
付費類型 free
擴展官網 https://jitsi-videobridge.fsd38.ab.ca
隱私政策頁面URL https://www.fsd38.ab.ca/FOIP.php
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer for FSD",
    "description": "An extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge within FSD",
    "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": [
            "*:\/\/jitsi-videobridge.fsd38.ab.ca\/*"
        ]
    }
}