MeetMe Dolby Voice 1.1

Attend MeetMe Dolby Voice conferences using the Google Chrome browser

Cos'è MeetMe Dolby Voice 1.1?

MeetMe Dolby Voice 1.1 è un'estensione di Chrome sviluppata da BT Group PLC, e la sua funzione principale è "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MeetMe Dolby Voice 1.1

Scarica i file di estensione MeetMe 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

                        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.                    

Informazioni di Base sull'Estensione

Nome MeetMe Dolby Voice 1.1 MeetMe Dolby Voice 1.1
ID lflnplggpolkcgknahacafilopgngelc
URL Ufficiale https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc
Descrizione Attend MeetMe Dolby Voice conferences using the Google Chrome browser
Dimensione del File 11.07 KB
Conteggio Installazioni 25,353
Versione Corrente 1.1
Ultimo Aggiornamento 2021-11-23
Data di Pubblicazione 2017-08-29
Valutazione 3.46/5 Totale 13 Valutazioni
Sviluppatore BT Group PLC
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.bt.com/privacy-policy
Lingue Supportate 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"
    ]
}