Dolby Voice 1.2
Attend Dolby Voice conferences using the Google Chrome browser
Co je Dolby Voice 1.2?
Dolby Voice 1.2 je rozšíření Chrome vyvinuté Dolby Laboratories, a jeho hlavní funkcí je „Attend Dolby Voice conferences using the Google Chrome browser“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Dolby Voice 1.2
Stáhněte si soubory rozšíření Dolby Voice 1.2 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Dolby Voice 1.2 |
ID | kaimfhiiegblglllpkcpoegelgefonef |
Oficiální URL | https://chromewebstore.google.com/detail/dolby-voice-12/kaimfhiiegblglllpkcpoegelgefonef |
Popis | Attend Dolby Voice conferences using the Google Chrome browser |
Velikost souboru | 15.57 KB |
Počet instalací | 70,169 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2016-03-06 |
Datum Vydání | 2016-03-06 |
Hodnocení | 3.63/5 Celkem 46 Hodnocení |
Vývojář | Dolby Laboratories |
Typ Platby | free |
Podporované Jazyky | 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 the Google Chrome browser", "icons": { "16": "DolbyVoice16.png", "32": "DolbyVoice32.png", "48": "DolbyVoice48.png", "128": "DolbyVoice128.png" }, "manifest_version": 2, "name": "Dolby Voice 1.2", "short_name": "Dolby Voice", "permissions": [ "nativeMessaging" ], "version": "1.2", "web_accessible_resources": [ "dolbyvoice.extension" ] } |