Dolby Voice 1.1

Attend Dolby Voice conferences using Google Chrome browser.

O que é Dolby Voice 1.1?

Dolby Voice 1.1 é uma extensão do Chrome desenvolvida por Dolby Laboratories, e sua principal característica é "Attend Dolby Voice conferences using Google Chrome browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dolby Voice 1.1

Baixe arquivos de extensão 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

                        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.1 Dolby Voice 1.1
ID abpbcfijgmlbecbplnfknakoemncanbo
URL Oficial https://chromewebstore.google.com/detail/dolby-voice-11/abpbcfijgmlbecbplnfknakoemncanbo
Descrição Attend Dolby Voice conferences using Google Chrome browser.
Tamanho do Arquivo 15.08 KB
Contagem de Instalações 15,192
Versão Atual 1.1
Última Atualização 2015-07-22
Data de Publicação 2015-07-22
Classificação 4.75/5 Total de 24 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 Google Chrome browser.",
    "icons": {
        "16": "DolbyVoice16.png",
        "32": "DolbyVoice32.png",
        "48": "DolbyVoice48.png",
        "128": "DolbyVoice128.png"
    },
    "manifest_version": 2,
    "name": "Dolby Voice 1.1",
    "short_name": "Dolby Voice",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "dolbyvoice.extension"
    ]
}