Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
¿Qué es Cyclops Screen Sharing?
Cyclops Screen Sharing es una extensión de Chrome desarrollada por https://cyclops.io, y su función principal es "Allows Cyclops users to share their Desktop.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cyclops Screen Sharing
Descarga archivos de extensión Cyclops Screen Sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Cyclops Screen Sharing |
ID | coniodiiboggpkjmngjoningbfnbfpdn |
URL Oficial | https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn |
Descripción | Allows Cyclops users to share their Desktop. |
Tamaño del Archivo | 6.5 KB |
Cantidad de Instalaciones | 20 |
Versión Actual | 3.0.0 |
Última Actualización | 2018-10-02 |
Fecha de Publicación | 2018-10-02 |
Desarrollador | https://cyclops.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.cyclops.io |
URL de la Página de Ayuda | https://www.cyclops.io/product |
URL de la Página de Política de Privacidad | https://www.cyclops.io/privacy |
Idiomas Soportados | 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\/*" ] } } |