Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
什么是Cyclops Screen Sharing?
Cyclops Screen Sharing是由https://cyclops.io开发的Chrome扩展程序,该扩展的主要功能是“Allows Cyclops users to share their Desktop.”。
扩展截图
下载Cyclops Screen Sharing扩展crx文件
下载Cyclops Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows Cyclops users to share their Desktop. Cyclops is a collaborative environment that brings the experience of a physical conference room to distributed teams who are working online. Cyclops is your no-download solution for meetings that are fast and secure; just grab a link to your virtual room and go. Cyclops currently supports up to 8 people in a room. Name a room and get started fast with our 1-click rooms to collaborate in a transient space that anyone can join. Claim the room to reuse the URL exclusively, and lock your room for meetings that are invitation only.
扩展基本信息
名称 | Cyclops Screen Sharing |
ID | coniodiiboggpkjmngjoningbfnbfpdn |
官方URL | https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn |
简介 | Allows Cyclops users to share their Desktop. |
文件大小 | 6.5 KB |
安装次数 | 20 |
当前版本 | 3.0.0 |
更新时间 | 2018-10-02 |
上架时间 | 2018-10-02 |
开发者 | https://cyclops.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.cyclops.io |
帮助页面URL | https://www.cyclops.io/product |
隐私政策页面URL | https://www.cyclops.io/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cyclops Screen Sharing", "description": "Allows Cyclops users to share their Desktop.", "version": "3.0.0", "minimum_chrome_version": "34", "icons": { "48": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/*.cyclops.io\/*" ] } } |