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
官方URL 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\/*"
        ]
    }
}