MeetMe Dolby Voice 1.1
Attend MeetMe Dolby Voice conferences using the Google Chrome browser
MeetMe Dolby Voice 1.1とは何ですか?
MeetMe Dolby Voice 1.1はBT Group PLCによって開発されたChromeの拡張機能で、その主な機能は「Attend MeetMe Dolby Voice conferences using the Google Chrome browser」です。
拡張機能のスクリーンショット
MeetMe Dolby Voice 1.1拡張機能のCRXファイルをダウンロード
MeetMe Dolby Voice 1.1拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MeetMe 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.
拡張機能の基本情報
名前 | MeetMe Dolby Voice 1.1 |
ID | lflnplggpolkcgknahacafilopgngelc |
公式URL | https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc |
説明 | Attend MeetMe Dolby Voice conferences using the Google Chrome browser |
ファイルサイズ | 11.07 KB |
インストール数 | 25,353 |
現在のバージョン | 1.1 |
最終更新日 | 2021-11-23 |
公開日 | 2017-08-29 |
評価 | 3.46/5 合計 13 レビュー |
開発者 | BT Group PLC |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.bt.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "meetmedolbyvoice_background.js" ] }, "content_scripts": [ { "js": [ "meetmedolbyvoice_page.js" ], "matches": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Attend MeetMe Dolby Voice conferences using the Google Chrome browser", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "MeetMe Dolby Voice 1.1", "short_name": "MeetMe Dolby Voice", "permissions": [ "nativeMessaging" ], "version": "1.1", "web_accessible_resources": [ "meetmedolbyvoice.extension" ] } |