MeetMe Dolby Voice 1.1
Attend MeetMe Dolby Voice conferences using the Google Chrome browser
Wat is MeetMe Dolby Voice 1.1?
MeetMe Dolby Voice 1.1 is een Chrome-extensie ontwikkeld door BT Group PLC, en de belangrijkste functie is "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".
Extensie Screenshots
Download het CRX-bestand van de extensie MeetMe Dolby Voice 1.1
Download MeetMe Dolby Voice 1.1-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | MeetMe Dolby Voice 1.1 |
ID | lflnplggpolkcgknahacafilopgngelc |
Officiële URL | https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc |
Beschrijving | Attend MeetMe Dolby Voice conferences using the Google Chrome browser |
Bestandsgrootte | 11.07 KB |
Aantal Installaties | 25,353 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-11-23 |
Publicatiedatum | 2017-08-29 |
Beoordeling | 3.46/5 Totaal 13 Beoordelingen |
Ontwikkelaar | BT Group PLC |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.bt.com/privacy-policy |
Ondersteunde Talen | 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" ] } |