MeetMe Dolby Voice 1.1
Attend MeetMe Dolby Voice conferences using the Google Chrome browser
O que é MeetMe Dolby Voice 1.1?
MeetMe Dolby Voice 1.1 é uma extensão do Chrome desenvolvida por BT Group PLC, e sua principal característica é "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MeetMe Dolby Voice 1.1
Baixe arquivos de extensão MeetMe Dolby Voice 1.1 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
MeetMe Dolby Voice® transforms audio conferencing and improves productivity by giving conference calls the natural sound and feel of an in-person meeting. The solution delivers the high-quality audio people expect from Dolby, using innovative technology that lets participants more easily understand what is being said, determine who is speaking, and participate as if they were all in the same room.
Informações Básicas da Extensão
Nome | MeetMe Dolby Voice 1.1 |
ID | lflnplggpolkcgknahacafilopgngelc |
URL Oficial | https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc |
Descrição | Attend MeetMe Dolby Voice conferences using the Google Chrome browser |
Tamanho do Arquivo | 11.07 KB |
Contagem de Instalações | 25,353 |
Versão Atual | 1.1 |
Última Atualização | 2021-11-23 |
Data de Publicação | 2017-08-29 |
Classificação | 3.46/5 Total de 13 Avaliações |
Desenvolvedor | BT Group PLC |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.bt.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "meetmedolbyvoice_background.js" ] }, "content_scripts": [ { "js": [ "meetmedolbyvoice_page.js" ], "matches": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Attend MeetMe Dolby Voice conferences using the Google Chrome browser", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "MeetMe Dolby Voice 1.1", "short_name": "MeetMe Dolby Voice", "permissions": [ "nativeMessaging" ], "version": "1.1", "web_accessible_resources": [ "meetmedolbyvoice.extension" ] } |