Cyclops Screen Sharing

Allows Cyclops users to share their Desktop.

Was ist Cyclops Screen Sharing?

Cyclops Screen Sharing ist eine Chrome-Erweiterung, die von https://cyclops.io entwickelt wurde, und ihr Hauptmerkmal ist "Allows Cyclops users to share their Desktop.".

Erweiterungsscreenshots

screenshot

Cyclops Screen Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cyclops Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cyclops Screen Sharing Cyclops Screen Sharing
ID coniodiiboggpkjmngjoningbfnbfpdn
Offizielle URL https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn
Beschreibung Allows Cyclops users to share their Desktop.
Dateigröße 6.5 KB
Installationsanzahl 20
Aktuelle Version 3.0.0
Letztes Update 2018-10-02
Veröffentlichungsdatum 2018-10-02
Entwickler https://cyclops.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.cyclops.io
Hilfeseite URL https://www.cyclops.io/product
URL der Datenschutzrichtlinien-Seite https://www.cyclops.io/privacy
Unterstützte Sprachen 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\/*"
        ]
    }
}