Dolby Voice 1.2

Attend Dolby Voice conferences using the Google Chrome browser

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

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

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

screenshot

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

Скачайте файлы расширений Dolby Voice 1.2 в формате 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.2 Dolby Voice 1.2
ID kaimfhiiegblglllpkcpoegelgefonef
Официальный URL https://chromewebstore.google.com/detail/dolby-voice-12/kaimfhiiegblglllpkcpoegelgefonef
Описание Attend Dolby Voice conferences using the Google Chrome browser
Размер файла 15.57 KB
Количество установок 70,169
Текущая Версия 1.2
Последнее Обновление 2016-03-06
Дата публикации 2016-03-06
Рейтинг 3.63/5 Всего 46 оценок
Разработчик 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.2",
    "short_name": "Dolby Voice",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.2",
    "web_accessible_resources": [
        "dolbyvoice.extension"
    ]
}