Dolby Voice 1.3

Attend Dolby Voice conferences using the Google Chrome browser

¿Qué es Dolby Voice 1.3?

Dolby Voice 1.3 es una extensión de Chrome desarrollada por Dolby Laboratories, y su función principal es "Attend Dolby Voice conferences using the Google Chrome browser".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Dolby Voice 1.3

Descarga archivos de extensión Dolby Voice 1.3 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Dolby Voice 1.3 Dolby Voice 1.3
ID clloobkgbdighillbfomkhjhgeempchd
URL Oficial https://chromewebstore.google.com/detail/dolby-voice-13/clloobkgbdighillbfomkhjhgeempchd
Descripción Attend Dolby Voice conferences using the Google Chrome browser
Tamaño del Archivo 16.17 KB
Cantidad de Instalaciones 154,878
Versión Actual 1.3
Última Actualización 2017-06-06
Fecha de Publicación 2017-06-06
Calificación 3.06/5 Total de 127 Calificaciones
Desarrollador Dolby Laboratories
Tipo de Pago free
Idiomas Soportados 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"
    ]
}