Cyclops Screensharing

Allows for screensharing on Cyclops.

Wat is Cyclops Screensharing?

Cyclops Screensharing is een Chrome-extensie ontwikkeld door http://cyclops.io, en de belangrijkste functie is "Allows for screensharing on Cyclops.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cyclops Screensharing

Download Cyclops Screensharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cyclops Screensharing Cyclops Screensharing
ID dpbhnmndoiiefjhipoldejoaopnmedmb
Officiële URL https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb
Beschrijving Allows for screensharing on Cyclops.
Bestandsgrootte 5.52 KB
Aantal Installaties 204
Huidige Versie 2.0.1
Laatst Bijgewerkt 2018-10-01
Publicatiedatum 2018-10-01
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://cyclops.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.cyclops.io
Help Pagina-URL https://www.cyclops.io/about
URL van de Privacybeleid Pagina https://www.cyclops.io/privacy
Ondersteunde Talen 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\/*"
        ]
    }
}