Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
O que é Cyclops Screen Sharing?
Cyclops Screen Sharing é uma extensão do Chrome desenvolvida por https://cyclops.io, e sua principal característica é "Allows Cyclops users to share their Desktop.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cyclops Screen Sharing
Baixe arquivos de extensão Cyclops Screen Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Cyclops Screen Sharing |
ID | coniodiiboggpkjmngjoningbfnbfpdn |
URL Oficial | https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn |
Descrição | Allows Cyclops users to share their Desktop. |
Tamanho do Arquivo | 6.5 KB |
Contagem de Instalações | 20 |
Versão Atual | 3.0.0 |
Última Atualização | 2018-10-02 |
Data de Publicação | 2018-10-02 |
Desenvolvedor | https://cyclops.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.cyclops.io |
URL da Página de Ajuda | https://www.cyclops.io/product |
URL da Página de Política de Privacidade | https://www.cyclops.io/privacy |
Idiomas Suportados | 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\/*" ] } } |