Cyclops Screen Sharing

Allows Cyclops users to share their Desktop.

Hvad er Cyclops Screen Sharing?

Cyclops Screen Sharing er en Chrome-udvidelse udviklet af https://cyclops.io, og dens hovedfunktion er "Allows Cyclops users to share their Desktop.".

Udvidelsesskærmbilleder

screenshot

Download Cyclops Screen Sharing-udvidelses-CRX-fil

Download Cyclops Screen Sharing-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

                        Allows Cyclops users to share their Desktop.

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 Screen Sharing Cyclops Screen Sharing
ID coniodiiboggpkjmngjoningbfnbfpdn
Officiel URL https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn
Beskrivelse Allows Cyclops users to share their Desktop.
Filstørrelse 6.5 KB
Antal Installationer 20
Nuværende Version 3.0.0
Senest Opdateret 2018-10-02
Udgivelsesdato 2018-10-02
Udvikler https://cyclops.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.cyclops.io
Hjælpeside-URL https://www.cyclops.io/product
URL til Fortrolighedspolitik Side https://www.cyclops.io/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyclops Screen Sharing",
    "description": "Allows Cyclops users to share their Desktop.",
    "version": "3.0.0",
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cyclops.io\/*"
        ]
    }
}