Dolby Voice 1.1
Attend Dolby Voice conferences using Google Chrome browser.
Was ist Dolby Voice 1.1?
Dolby Voice 1.1 ist eine Chrome-Erweiterung, die von Dolby Laboratories entwickelt wurde, und ihr Hauptmerkmal ist "Attend Dolby Voice conferences using Google Chrome browser.".
Erweiterungsscreenshots
Dolby Voice 1.1-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dolby Voice 1.1-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Dolby Voice 1.1 |
ID | abpbcfijgmlbecbplnfknakoemncanbo |
Offizielle URL | https://chromewebstore.google.com/detail/dolby-voice-11/abpbcfijgmlbecbplnfknakoemncanbo |
Beschreibung | Attend Dolby Voice conferences using Google Chrome browser. |
Dateigröße | 15.08 KB |
Installationsanzahl | 15,192 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-07-22 |
Veröffentlichungsdatum | 2015-07-22 |
Bewertung | 4.75/5 Insgesamt 24 Bewertungen |
Entwickler | Dolby Laboratories |
Zahlungsart | free |
Unterstützte Sprachen | 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 Google Chrome browser.", "icons": { "16": "DolbyVoice16.png", "32": "DolbyVoice32.png", "48": "DolbyVoice48.png", "128": "DolbyVoice128.png" }, "manifest_version": 2, "name": "Dolby Voice 1.1", "short_name": "Dolby Voice", "permissions": [ "nativeMessaging" ], "version": "1.1", "web_accessible_resources": [ "dolbyvoice.extension" ] } |