CONNECTIX Desktop sharing
Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
O que é CONNECTIX Desktop sharing?
CONNECTIX Desktop sharing é uma extensão do Chrome desenvolvida por https://connectix.net, e sua principal característica é "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CONNECTIX Desktop sharing
Baixe arquivos de extensão CONNECTIX Desktop 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
screen sharing
Informações Básicas da Extensão
Nome | CONNECTIX Desktop sharing |
ID | codhkppmaiogifohnenadkhgfknebede |
URL Oficial | https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede |
Descrição | Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing. |
Tamanho do Arquivo | 83.98 KB |
Contagem de Instalações | 1,468 |
Versão Atual | 1.9.3.3 |
Última Atualização | 2015-07-08 |
Data de Publicação | 2015-07-07 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | https://connectix.net |
Tipo de Pagamento | free |
Site da Extensão | http://connectix.net/videoconf/desktop_sharing/ |
URL da Página de Ajuda | http://connectix.net/videoconf/desktop_sharing/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CONNECTIX Desktop sharing", "author": "CONNECTIX", "version": "1.9.3.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.", "homepage_url": "http:\/\/connectix.net\/videoconf\/desktop_sharing\/viewer.html", "background": { "scripts": [ "websocket.js", "RTCMultiConnection.js", "desktop-capturing.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/desktopCapture22.png", "default_title": "Share Desktop!" }, "icons": { "16": "images\/desktopCapture16.png", "22": "images\/desktopCapture22.png", "32": "images\/desktopCapture32.png", "48": "images\/desktopCapture48.png", "128": "images\/desktopCapture128.png" }, "permissions": [ "desktopCapture", "storage" ], "web_accessible_resources": [ "images\/desktopCapture48.png" ], "options_ui": { "page": "options.html", "chrome_style": true } } |