Dolby Voice 1.3

Attend Dolby Voice conferences using the Google Chrome browser

O que é Dolby Voice 1.3?

Dolby Voice 1.3 é 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

screenshot

Baixar o arquivo CRX da Extensão Dolby Voice 1.3

Baixe arquivos de extensão Dolby Voice 1.3 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.3 Dolby Voice 1.3
ID clloobkgbdighillbfomkhjhgeempchd
URL Oficial https://chromewebstore.google.com/detail/dolby-voice-13/clloobkgbdighillbfomkhjhgeempchd
Descrição Attend Dolby Voice conferences using the Google Chrome browser
Tamanho do Arquivo 16.17 KB
Contagem de Instalações 154,878
Versão Atual 1.3
Última Atualização 2017-06-06
Data de Publicação 2017-06-06
Classificação 3.06/5 Total de 127 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.3",
    "short_name": "Dolby Voice",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.3",
    "web_accessible_resources": [
        "dolbyvoice.extension"
    ]
}