MeetMe Dolby Voice 1.1

Attend MeetMe Dolby Voice conferences using the Google Chrome browser

Was ist MeetMe Dolby Voice 1.1?

MeetMe Dolby Voice 1.1 ist eine Chrome-Erweiterung, die von BT Group PLC entwickelt wurde, und ihr Hauptmerkmal ist "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".

Erweiterungsscreenshots

screenshot

MeetMe Dolby Voice 1.1-Erweiterungs-CRX-Datei herunterladen

Laden Sie MeetMe 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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MeetMe Dolby Voice 1.1 MeetMe Dolby Voice 1.1
ID lflnplggpolkcgknahacafilopgngelc
Offizielle URL https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc
Beschreibung Attend MeetMe Dolby Voice conferences using the Google Chrome browser
Dateigröße 11.07 KB
Installationsanzahl 25,353
Aktuelle Version 1.1
Letztes Update 2021-11-23
Veröffentlichungsdatum 2017-08-29
Bewertung 3.46/5 Insgesamt 13 Bewertungen
Entwickler BT Group PLC
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.bt.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}