Proficonf screen sharing
Simple extension that allows to stream desktop with proficonf.com
O que é Proficonf screen sharing?
Proficonf screen sharing é uma extensão do Chrome desenvolvida por https://proficonf.com, e sua principal característica é "Simple extension that allows to stream desktop with proficonf.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Proficonf screen sharing
Baixe arquivos de extensão Proficonf 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
Chrome extension to share the screen from your computer in a video conversation for your audience. Proficonf allows you to start a video conversation with anyone right in the browser, without the need to download and install any software. Proficonf includes all you need in one application for a great communication experience: * Documents demonstration * High quality screen sharing * Multi-user chat * Recordings .. and many more Be productive with the latest video conferencing technologies!
Informações Básicas da Extensão
Nome | |
ID | jhflfpbpmmmafddiaajdipeibfnddcaa |
URL Oficial | https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa |
Descrição | Simple extension that allows to stream desktop with proficonf.com |
Tamanho do Arquivo | 11 KB |
Contagem de Instalações | 228 |
Versão Atual | 1.0.1 |
Última Atualização | 2018-03-21 |
Data de Publicação | 2018-03-21 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://proficonf.com |
Tipo de Pagamento | free |
Site da Extensão | https://proficonf.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proficonf screen sharing", "description": "Simple extension that allows to stream desktop with proficonf.com", "version": "1.0.1", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/proficonf.com\/*", "*:\/\/*.proficonf.com\/*", "*:\/\/*.proficonf.io\/*", "http:\/\/localhost:8000\/*" ] } } |