MeetMe Dolby Voice 1.1
Attend MeetMe Dolby Voice conferences using the Google Chrome browser
What is MeetMe Dolby Voice 1.1?
MeetMe Dolby Voice 1.1 is a Chrome extension developed by BT Group PLC, and its main feature is "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".
Extension Screenshots
Download MeetMe Dolby Voice 1.1 Extension CRX File
Download MeetMe Dolby Voice 1.1 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MeetMe Dolby Voice 1.1 |
ID | lflnplggpolkcgknahacafilopgngelc |
Official URL | https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc |
Description | Attend MeetMe Dolby Voice conferences using the Google Chrome browser |
File Size | 11.07 KB |
Installation Count | 25,353 |
Current Version | 1.1 |
Last Updated | 2021-11-23 |
Publish Date | 2017-08-29 |
Rating | 3.46/5 Total 13 Ratings |
Developer | BT Group PLC |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.bt.com/privacy-policy |
Supported Languages | 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" ] } |