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
公式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"
    ]
}