Cyclops Screensharing
Allows for screensharing on Cyclops.
Was ist Cyclops Screensharing?
Cyclops Screensharing ist eine Chrome-Erweiterung, die von http://cyclops.io entwickelt wurde, und ihr Hauptmerkmal ist "Allows for screensharing on Cyclops.".
Erweiterungsscreenshots
Cyclops Screensharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cyclops Screensharing-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
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 | |
ID | dpbhnmndoiiefjhipoldejoaopnmedmb |
Offizielle URL | https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb |
Beschreibung | Allows for screensharing on Cyclops. |
Dateigröße | 5.52 KB |
Installationsanzahl | 204 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2018-10-01 |
Veröffentlichungsdatum | 2018-10-01 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | http://cyclops.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.cyclops.io |
Hilfeseite URL | https://www.cyclops.io/about |
URL der Datenschutzrichtlinien-Seite | https://www.cyclops.io/privacy |
Unterstützte Sprachen | 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\/*" ] } } |