Cyclops Screensharing

Allows for screensharing on Cyclops.

What is Cyclops Screensharing?

Cyclops Screensharing is a Chrome extension developed by http://cyclops.io, and its main feature is "Allows for screensharing on Cyclops.".

Extension Screenshots

screenshot

Download Cyclops Screensharing Extension CRX File

Download Cyclops Screensharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cyclops Screensharing Cyclops Screensharing
ID dpbhnmndoiiefjhipoldejoaopnmedmb
Official URL https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb
Description Allows for screensharing on Cyclops.
File Size 5.52 KB
Installation Count 204
Current Version 2.0.1
Last Updated 2018-10-01
Publish Date 2018-10-01
Rating 5.00/5 Total 3 Ratings
Developer http://cyclops.io
Email [email protected]
Payment Type free
Extension Website https://www.cyclops.io
Help Page URL https://www.cyclops.io/about
Privacy Policy Page URL https://www.cyclops.io/privacy
Supported Languages 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\/*"
        ]
    }
}