MeetMe Dolby Voice 1.1

Attend MeetMe Dolby Voice conferences using the Google Chrome browser

Qu'est-ce que MeetMe Dolby Voice 1.1 ?

MeetMe Dolby Voice 1.1 est une extension Chrome développée par BT Group PLC, et sa fonction principale est "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MeetMe Dolby Voice 1.1

Téléchargez les fichiers d'extension MeetMe Dolby Voice 1.1 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MeetMe Dolby Voice 1.1 MeetMe Dolby Voice 1.1
ID lflnplggpolkcgknahacafilopgngelc
URL Officiel https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc
Description Attend MeetMe Dolby Voice conferences using the Google Chrome browser
Taille du Fichier 11.07 KB
Nombre d'Installations 25,353
Version Actuelle 1.1
Dernière Mise à Jour 2021-11-23
Date de Publication 2017-08-29
Évaluation 3.46/5 Total 13 Évaluations
Développeur BT Group PLC
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.bt.com/privacy-policy
Langues Prises en Charge 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"
    ]
}