Dolby Voice 1.3

Attend Dolby Voice conferences using the Google Chrome browser

什麼是Dolby Voice 1.3?

Dolby Voice 1.3是由Dolby Laboratories開發的Chrome擴展程式,該擴展的主要功能是“Attend Dolby Voice conferences using the Google Chrome browser”。

擴展截圖

screenshot

下載Dolby Voice 1.3擴展crx文件

下載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
官方網址 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"
    ]
}