Dolby Voice 1.2
Attend Dolby Voice conferences using the Google Chrome browser
O que é Dolby Voice 1.2?
Dolby Voice 1.2 é uma extensão do Chrome desenvolvida por Dolby Laboratories, e sua principal característica é "Attend Dolby Voice conferences using the Google Chrome browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dolby Voice 1.2
Baixe arquivos de extensão Dolby Voice 1.2 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
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 | Dolby Voice 1.2 |
ID | kaimfhiiegblglllpkcpoegelgefonef |
URL Oficial | https://chromewebstore.google.com/detail/dolby-voice-12/kaimfhiiegblglllpkcpoegelgefonef |
Descrição | Attend Dolby Voice conferences using the Google Chrome browser |
Tamanho do Arquivo | 15.57 KB |
Contagem de Instalações | 70,169 |
Versão Atual | 1.2 |
Última Atualização | 2016-03-06 |
Data de Publicação | 2016-03-06 |
Classificação | 3.63/5 Total de 46 Avaliações |
Desenvolvedor | Dolby Laboratories |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "dolbyvoice_background.js" ] }, "content_scripts": [ { "js": [ "dolbyvoice_page.js" ], "matches": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Attend Dolby Voice conferences using the Google Chrome browser", "icons": { "16": "DolbyVoice16.png", "32": "DolbyVoice32.png", "48": "DolbyVoice48.png", "128": "DolbyVoice128.png" }, "manifest_version": 2, "name": "Dolby Voice 1.2", "short_name": "Dolby Voice", "permissions": [ "nativeMessaging" ], "version": "1.2", "web_accessible_resources": [ "dolbyvoice.extension" ] } |