Cyclops Screensharing
Allows for screensharing on Cyclops.
O que é Cyclops Screensharing?
Cyclops Screensharing é uma extensão do Chrome desenvolvida por http://cyclops.io, e sua principal característica é "Allows for screensharing on Cyclops.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cyclops Screensharing
Baixe arquivos de extensão Cyclops Screensharing 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
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 | |
ID | dpbhnmndoiiefjhipoldejoaopnmedmb |
URL Oficial | https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb |
Descrição | Allows for screensharing on Cyclops. |
Tamanho do Arquivo | 5.52 KB |
Contagem de Instalações | 204 |
Versão Atual | 2.0.1 |
Última Atualização | 2018-10-01 |
Data de Publicação | 2018-10-01 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | http://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/about |
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", "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\/*" ] } } |