Dolby Voice 1.1

Attend Dolby Voice conferences using Google Chrome browser.

Dolby Voice 1.1とは何ですか?

Dolby Voice 1.1はDolby Laboratoriesによって開発されたChromeの拡張機能で、その主な機能は「Attend Dolby Voice conferences using Google Chrome browser.」です。

拡張機能のスクリーンショット

screenshot

Dolby Voice 1.1拡張機能のCRXファイルをダウンロード

Dolby Voice 1.1拡張子のファイルを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.1 Dolby Voice 1.1
ID abpbcfijgmlbecbplnfknakoemncanbo
公式URL https://chromewebstore.google.com/detail/dolby-voice-11/abpbcfijgmlbecbplnfknakoemncanbo
説明 Attend Dolby Voice conferences using Google Chrome browser.
ファイルサイズ 15.08 KB
インストール数 15,192
現在のバージョン 1.1
最終更新日 2015-07-22
公開日 2015-07-22
評価 4.75/5 合計 24 レビュー
開発者 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 Google Chrome browser.",
    "icons": {
        "16": "DolbyVoice16.png",
        "32": "DolbyVoice32.png",
        "48": "DolbyVoice48.png",
        "128": "DolbyVoice128.png"
    },
    "manifest_version": 2,
    "name": "Dolby Voice 1.1",
    "short_name": "Dolby Voice",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "dolbyvoice.extension"
    ]
}