Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
Wat is Cyclops Screen Sharing?
Cyclops Screen Sharing is een Chrome-extensie ontwikkeld door https://cyclops.io, en de belangrijkste functie is "Allows Cyclops users to share their Desktop.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cyclops Screen Sharing
Download Cyclops Screen Sharing-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
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.
Basisinformatie over de Extensie
Naam | Cyclops Screen Sharing |
ID | coniodiiboggpkjmngjoningbfnbfpdn |
Officiële URL | https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn |
Beschrijving | Allows Cyclops users to share their Desktop. |
Bestandsgrootte | 6.5 KB |
Aantal Installaties | 20 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2018-10-02 |
Publicatiedatum | 2018-10-02 |
Ontwikkelaar | https://cyclops.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.cyclops.io |
Help Pagina-URL | https://www.cyclops.io/product |
URL van de Privacybeleid Pagina | https://www.cyclops.io/privacy |
Ondersteunde Talen | 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\/*" ] } } |