MeetMe Dolby Voice 1.1
Attend MeetMe Dolby Voice conferences using the Google Chrome browser
Hvad er MeetMe Dolby Voice 1.1?
MeetMe Dolby Voice 1.1 er en Chrome-udvidelse udviklet af BT Group PLC, og dens hovedfunktion er "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".
Udvidelsesskærmbilleder
Download MeetMe Dolby Voice 1.1-udvidelses-CRX-fil
Download MeetMe Dolby Voice 1.1-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | MeetMe Dolby Voice 1.1 |
ID | lflnplggpolkcgknahacafilopgngelc |
Officiel URL | https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc |
Beskrivelse | Attend MeetMe Dolby Voice conferences using the Google Chrome browser |
Filstørrelse | 11.07 KB |
Antal Installationer | 25,353 |
Nuværende Version | 1.1 |
Senest Opdateret | 2021-11-23 |
Udgivelsesdato | 2017-08-29 |
Bedømmelse | 3.46/5 Samlet 13 Bedømmelser |
Udvikler | BT Group PLC |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.bt.com/privacy-policy |
Understøttede Sprog | 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" ] } |