ConexED Screen Sharing
Chrome screen sharing extension for the ConexED platform
O que é ConexED Screen Sharing?
ConexED Screen Sharing é uma extensão do Chrome desenvolvida por https://conexed.com, e sua principal característica é "Chrome screen sharing extension for the ConexED platform".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ConexED Screen Sharing
Baixe arquivos de extensão ConexED 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
Share your full desktop or select an application window to share. (Note: others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen. Application windows sized around 800x400 work best.)
Informações Básicas da Extensão
Nome | ConexED Screen Sharing |
ID | fadlnhpmllgjcllbnpjdknlbnnpammlg |
URL Oficial | https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg |
Descrição | Chrome screen sharing extension for the ConexED platform |
Tamanho do Arquivo | 15.6 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 1.7.3 |
Última Atualização | 2018-09-26 |
Data de Publicação | 2018-09-26 |
Classificação | 4.00/5 Total de 10 Avaliações |
Desenvolvedor | https://conexed.com |
Tipo de Pagamento | free |
Site da Extensão | https://conexed.com |
URL da Página de Ajuda | https://blog.conexed.com/help-center/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConexED Screen Sharing", "version": "1.7.3", "manifest_version": 2, "description": "Chrome screen sharing extension for the ConexED platform", "background": { "page": "background.html", "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ] }, "icons": { "16": "images\/16x16-C.png", "32": "images\/32x32-C.png", "48": "images\/48x48-C.png", "128": "images\/128x128-C.png" }, "permissions": [ "desktopCapture", "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ], "web_accessible_resources": [ "images\/48x48-C.png" ] } |