AVMI Screensharing Extension
Enables Screen Sharing for your AVMI Virtual Meeting Space.
O que é AVMI Screensharing Extension?
AVMI Screensharing Extension é uma extensão do Chrome desenvolvida por Meetings as a Service, e sua principal característica é "Enables Screen Sharing for your AVMI Virtual Meeting Space.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AVMI Screensharing Extension
Baixe arquivos de extensão AVMI Screensharing Extension 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
This Chrome extension enables users of the AVMI web client to share their screen with other conference participants. It does this by allowing any web pages that use the AVMI WebRTC implementation to have access to Chrome's screensharing facility. The first time a user shares their screen they will be prompted to allow use of this extension. On subsequent attempts to share your screen from the same domain, you will not be prompted again. If you access the AVMI web client from a different domain, you will be asked again to grant that domain access to the extension.
Informações Básicas da Extensão
Nome | AVMI Screensharing Extension |
ID | kpmeklahnblgjgbonamckdpeekfdibmd |
URL Oficial | https://chromewebstore.google.com/detail/avmi-screensharing-extens/kpmeklahnblgjgbonamckdpeekfdibmd |
Descrição | Enables Screen Sharing for your AVMI Virtual Meeting Space. |
Tamanho do Arquivo | 28.15 KB |
Contagem de Instalações | 28 |
Versão Atual | 1.0.2 |
Última Atualização | 2018-09-11 |
Data de Publicação | 2018-09-11 |
Desenvolvedor | Meetings as a Service |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AVMI Screensharing Extension", "description": "Enables Screen Sharing for your AVMI Virtual Meeting Space.", "version": "1.0.2", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "images\/16.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "permissions": [ "desktopCapture", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "options_page": "options.html" } |