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
官方網址 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\/*"
        ]
    }
}