Damencho Jitsi Desktop
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
什么是Damencho Jitsi Desktop?
Damencho Jitsi Desktop是由https://damencho.jitsi.net开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.”。
扩展截图
下载Damencho Jitsi Desktop扩展crx文件
下载Damencho Jitsi Desktop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Damencho Jitsi Desktop |
ID | inhfdjglnpkieacelahnfambdhkgpkje |
官方URL | https://chromewebstore.google.com/detail/damencho-jitsi-desktop/inhfdjglnpkieacelahnfambdhkgpkje |
简介 | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
文件大小 | 35.35 KB |
安装次数 | 4,207 |
当前版本 | 24.1.6 |
更新时间 | 2018-09-24 |
上架时间 | 2018-09-24 |
评分 | 4.75/5 共12次评分 |
开发者 | https://damencho.jitsi.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Damencho Jitsi Desktop", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "24.1.6", "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": [ "*:\/\/damencho.jitsi.net\/*" ] } } |