Cyclops Screensharing

Allows for screensharing on Cyclops.

Hvad er Cyclops Screensharing?

Cyclops Screensharing er en Chrome-udvidelse udviklet af http://cyclops.io, og dens hovedfunktion er "Allows for screensharing on Cyclops.".

Udvidelsesskærmbilleder

screenshot

Download Cyclops Screensharing-udvidelses-CRX-fil

Download Cyclops Screensharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cyclops Screensharing Cyclops Screensharing
ID dpbhnmndoiiefjhipoldejoaopnmedmb
Officiel URL https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb
Beskrivelse Allows for screensharing on Cyclops.
Filstørrelse 5.52 KB
Antal Installationer 204
Nuværende Version 2.0.1
Senest Opdateret 2018-10-01
Udgivelsesdato 2018-10-01
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler http://cyclops.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.cyclops.io
Hjælpeside-URL https://www.cyclops.io/about
URL til Fortrolighedspolitik Side https://www.cyclops.io/privacy
Understøttede Sprog 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\/*"
        ]
    }
}