Melodic Desktop Streamer
A simple extension that allows you to stream your desktop into meetings.
什么是Melodic Desktop Streamer?
Melodic Desktop Streamer是由it.latinongroup开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop into meetings.”。
下载Melodic Desktop Streamer扩展crx文件
下载Melodic Desktop Streamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | gohjdiklnafadammljkcpcammfaljajk |
官方URL | https://chromewebstore.google.com/detail/melodic-desktop-streamer/gohjdiklnafadammljkcpcammfaljajk |
简介 | A simple extension that allows you to stream your desktop into meetings. |
文件大小 | 25.4 KB |
安装次数 | 12 |
当前版本 | 0.1.6 |
更新时间 | 2017-06-26 |
上架时间 | 2017-06-26 |
开发者 | it.latinongroup |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Melodic Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meetings.latinongroup.com\/*" ] } } |