SkyRooms.IO Desktop Streamer
Install this plugin to allow desktop sharing in SkyRooms.IO conferencing
什么是SkyRooms.IO Desktop Streamer?
SkyRooms.IO Desktop Streamer是由skyroomsio开发的Chrome扩展程序,该扩展的主要功能是“Install this plugin to allow desktop sharing in SkyRooms.IO conferencing”。
扩展截图
下载SkyRooms.IO Desktop Streamer扩展crx文件
下载SkyRooms.IO Desktop Streamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SkyRooms.IO Virtual Offices requires this plugin to be installed in your browser to do screen sharing during a meeting. Participants do not need this to view your desktop feed at all. Small and lite plugin, no extra stuff. Safe for your computer! :)
扩展基本信息
名称 | SkyRooms.IO Desktop Streamer |
ID | pifoihkipgckedfddhjmmpddibjenieb |
官方URL | https://chromewebstore.google.com/detail/skyroomsio-desktop-stream/pifoihkipgckedfddhjmmpddibjenieb |
简介 | Install this plugin to allow desktop sharing in SkyRooms.IO conferencing |
文件大小 | 33.4 KB |
安装次数 | 945 |
当前版本 | 0.1.6 |
更新时间 | 2017-02-19 |
上架时间 | 2017-02-19 |
评分 | 4.00/5 共2次评分 |
开发者 | skyroomsio |
付费类型 | free |
扩展官网 | https://www.skyrooms.io/ |
帮助页面URL | https://www.skyrooms.io/help |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SkyRooms.IO Desktop Streamer", "description": "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing", "version": "0.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": [ "*:\/\/jitsi.skyrooms.io\/*", "*:\/\/skyrooms.io\/*" ] } } |