Dolby Voice 1.2

Attend Dolby Voice conferences using the Google Chrome browser

Co to jest Dolby Voice 1.2?

Dolby Voice 1.2 to rozszerzenie Chrome opracowane przez Dolby Laboratories, a jego główną funkcją jest „Attend Dolby Voice conferences using the Google Chrome browser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dolby Voice 1.2

Pobierz pliki rozszerzeń Dolby Voice 1.2 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dolby Voice 1.2 Dolby Voice 1.2
ID kaimfhiiegblglllpkcpoegelgefonef
Oficjalny URL https://chromewebstore.google.com/detail/dolby-voice-12/kaimfhiiegblglllpkcpoegelgefonef
Opis Attend Dolby Voice conferences using the Google Chrome browser
Rozmiar pliku 15.57 KB
Liczba instalacji 70,169
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-03-06
Data Publikacji 2016-03-06
Ocena 3.63/5 Łącznie 46 Oceny
Deweloper Dolby Laboratories
Typ Płatności free
Obsługiwane Języki 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.2",
    "short_name": "Dolby Voice",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.2",
    "web_accessible_resources": [
        "dolbyvoice.extension"
    ]
}