Dolby Voice 1.3

Attend Dolby Voice conferences using the Google Chrome browser

Wat is Dolby Voice 1.3?

Dolby Voice 1.3 is een Chrome-extensie ontwikkeld door Dolby Laboratories, en de belangrijkste functie is "Attend Dolby Voice conferences using the Google Chrome browser".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dolby Voice 1.3

Download Dolby Voice 1.3-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dolby Voice 1.3 Dolby Voice 1.3
ID clloobkgbdighillbfomkhjhgeempchd
Officiële URL https://chromewebstore.google.com/detail/dolby-voice-13/clloobkgbdighillbfomkhjhgeempchd
Beschrijving Attend Dolby Voice conferences using the Google Chrome browser
Bestandsgrootte 16.17 KB
Aantal Installaties 154,878
Huidige Versie 1.3
Laatst Bijgewerkt 2017-06-06
Publicatiedatum 2017-06-06
Beoordeling 3.06/5 Totaal 127 Beoordelingen
Ontwikkelaar Dolby Laboratories
Betalingswijze free
Ondersteunde Talen 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"
    ]
}