Dolby Voice 1.3

Attend Dolby Voice conferences using the Google Chrome browser

What is Dolby Voice 1.3?

Dolby Voice 1.3 is a Chrome extension developed by Dolby Laboratories, and its main feature is "Attend Dolby Voice conferences using the Google Chrome browser".

Extension Screenshots

screenshot

Download Dolby Voice 1.3 Extension CRX File

Download Dolby Voice 1.3 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dolby Voice 1.3 Dolby Voice 1.3
ID clloobkgbdighillbfomkhjhgeempchd
Official URL https://chromewebstore.google.com/detail/dolby-voice-13/clloobkgbdighillbfomkhjhgeempchd
Description Attend Dolby Voice conferences using the Google Chrome browser
File Size 16.17 KB
Installation Count 154,878
Current Version 1.3
Last Updated 2017-06-06
Publish Date 2017-06-06
Rating 3.06/5 Total 127 Ratings
Developer Dolby Laboratories
Payment Type free
Supported Languages 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"
    ]
}