3CX WebMeeting
Share your screen and co browse with 3CX WebMeeting
O que é 3CX WebMeeting?
3CX WebMeeting é uma extensão do Chrome desenvolvida por karlshemsvagen, e sua principal característica é "Share your screen and co browse with 3CX WebMeeting".
Baixar o arquivo CRX da Extensão 3CX WebMeeting
Baixe arquivos de extensão 3CX WebMeeting 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
Informações Básicas da Extensão
Nome | |
ID | jmpkiahcfkocbfffobodjfojbcblgfgg |
URL Oficial | https://chrome.google.com/webstore/detail/3cx-webmeeting/jmpkiahcfkocbfffobodjfojbcblgfgg |
Descrição | Share your screen and co browse with 3CX WebMeeting |
Tamanho do Arquivo | 33.86 KB |
Contagem de Instalações | 77 |
Versão Atual | 8.3 |
Última Atualização | 2015-08-12 |
Data de Publicação | 2015-08-12 |
Desenvolvedor | karlshemsvagen |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "8.3", "name": "3CX WebMeeting", "short_name": "3CX WebMeeting", "description": "Share your screen and co browse with 3CX WebMeeting", "author": "3CX", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Send page link to others participants" }, "permissions": [ "desktopCapture", "tabs" ], "externally_connectable": { "matches": [ "*:\/\/*.karlshem.fortiddns.com\/*" ] } } |