Dolby Voice 1.2
Attend Dolby Voice conferences using the Google Chrome browser
Dolby Voice 1.2とは何ですか?
Dolby Voice 1.2はDolby Laboratoriesによって開発されたChromeの拡張機能で、その主な機能は「Attend Dolby Voice conferences using the Google Chrome browser」です。
拡張機能のスクリーンショット
Dolby Voice 1.2拡張機能のCRXファイルをダウンロード
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 |
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" ] } |