Dolby Voice 1.1
Attend Dolby Voice conferences using Google Chrome browser.
Cos'è Dolby Voice 1.1?
Dolby Voice 1.1 è un'estensione di Chrome sviluppata da Dolby Laboratories, e la sua funzione principale è "Attend Dolby Voice conferences using Google Chrome browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dolby Voice 1.1
Scarica i file di estensione Dolby Voice 1.1 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Dolby Voice 1.1 |
ID | abpbcfijgmlbecbplnfknakoemncanbo |
URL Ufficiale | https://chromewebstore.google.com/detail/dolby-voice-11/abpbcfijgmlbecbplnfknakoemncanbo |
Descrizione | Attend Dolby Voice conferences using Google Chrome browser. |
Dimensione del File | 15.08 KB |
Conteggio Installazioni | 15,192 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-07-22 |
Data di Pubblicazione | 2015-07-22 |
Valutazione | 4.75/5 Totale 24 Valutazioni |
Sviluppatore | Dolby Laboratories |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |