Dolby Voice 1.3

Attend Dolby Voice conferences using the Google Chrome browser

Что такое Dolby Voice 1.3?

Dolby Voice 1.3 - это расширение Chrome, разработанное Dolby Laboratories, и его основная функция - "Attend Dolby Voice conferences using the Google Chrome browser".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Dolby Voice 1.3

Скачайте файлы расширений Dolby Voice 1.3 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Dolby Voice 1.3 Dolby Voice 1.3
ID clloobkgbdighillbfomkhjhgeempchd
Официальный URL https://chromewebstore.google.com/detail/dolby-voice-13/clloobkgbdighillbfomkhjhgeempchd
Описание Attend Dolby Voice conferences using the Google Chrome browser
Размер файла 16.17 KB
Количество установок 154,878
Текущая Версия 1.3
Последнее Обновление 2017-06-06
Дата публикации 2017-06-06
Рейтинг 3.06/5 Всего 127 оценок
Разработчик Dolby Laboratories
Тип оплаты free
Поддерживаемые языки 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"
    ]
}