Cyclops Screensharing

Allows for screensharing on Cyclops.

什么是Cyclops Screensharing?

Cyclops Screensharing是由http://cyclops.io开发的Chrome扩展程序,该扩展的主要功能是“Allows for screensharing on Cyclops.”。

扩展截图

screenshot

下载Cyclops Screensharing扩展crx文件

下载Cyclops Screensharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 Screensharing Cyclops Screensharing
ID dpbhnmndoiiefjhipoldejoaopnmedmb
官方URL https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb
简介 Allows for screensharing on Cyclops.
文件大小 5.52 KB
安装次数 204
当前版本 2.0.1
更新时间 2018-10-01
上架时间 2018-10-01
评分 5.00/5 共3次评分
开发者 http://cyclops.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cyclops.io
帮助页面URL https://www.cyclops.io/about
隐私政策页面URL https://www.cyclops.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyclops Screensharing",
    "description": "Allows for screensharing on Cyclops.",
    "version": "2.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.cyclops.io\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cyclops.io\/*"
        ]
    }
}