Dolby Voice 1.3

Attend Dolby Voice conferences using the Google Chrome browser

Hvad er Dolby Voice 1.3?

Dolby Voice 1.3 er en Chrome-udvidelse udviklet af Dolby Laboratories, og dens hovedfunktion er "Attend Dolby Voice conferences using the Google Chrome browser".

Udvidelsesskærmbilleder

screenshot

Download Dolby Voice 1.3-udvidelses-CRX-fil

Download Dolby Voice 1.3-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Dolby Voice 1.3 Dolby Voice 1.3
ID clloobkgbdighillbfomkhjhgeempchd
Officiel URL https://chromewebstore.google.com/detail/dolby-voice-13/clloobkgbdighillbfomkhjhgeempchd
Beskrivelse Attend Dolby Voice conferences using the Google Chrome browser
Filstørrelse 16.17 KB
Antal Installationer 154,878
Nuværende Version 1.3
Senest Opdateret 2017-06-06
Udgivelsesdato 2017-06-06
Bedømmelse 3.06/5 Samlet 127 Bedømmelser
Udvikler Dolby Laboratories
Betalingsmetode free
Understøttede Sprog 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"
    ]
}