Enso.me Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Enso.
什么是Enso.me Desktop Streamer?
Enso.me Desktop Streamer是由https://enso.me开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop into meetings with Enso.”。
扩展截图
下载Enso.me Desktop Streamer扩展crx文件
下载Enso.me Desktop Streamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides the enso.me site with desktop streaming functionality over Chrome. 扩展基本信息
| 名称 | |
| ID | kfbmhcbmencgifglglmhdlbinlcgdfof |
| 官方URL | https://chromewebstore.google.com/detail/ensome-desktop-streamer/kfbmhcbmencgifglglmhdlbinlcgdfof |
| 简介 | A simple extension that allows you to stream your desktop into meetings with Enso. |
| 文件大小 | 3.94 KB |
| 安装次数 | 173 |
| 当前版本 | 0.1.10 |
| 更新时间 | 2016-02-03 |
| 上架时间 | 2016-02-02 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | https://enso.me |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Enso.me Desktop Streamer",
"description": "A simple extension that allows you to stream your desktop into meetings with Enso.",
"version": "0.1.10",
"minimum_chrome_version": "34",
"icons": [],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*:\/\/enso.me\/*",
"*:\/\/*.atlassian.io\/*",
"*:\/\/pawel.jitsi.net\/*",
"*:\/\/hristo.jitsi.net\/*",
"*:\/\/localhost:*\/*"
]
}
} | |