Dolby Voice 1.2

Attend Dolby Voice conferences using the Google Chrome browser

Qu'est-ce que Dolby Voice 1.2 ?

Dolby Voice 1.2 est une extension Chrome développée par Dolby Laboratories, et sa fonction principale est "Attend Dolby Voice conferences using the Google Chrome browser".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Dolby Voice 1.2 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

                        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 Dolby Voice 1.2 Dolby Voice 1.2
ID kaimfhiiegblglllpkcpoegelgefonef
URL Officiel https://chromewebstore.google.com/detail/dolby-voice-12/kaimfhiiegblglllpkcpoegelgefonef
Description Attend Dolby Voice conferences using the Google Chrome browser
Taille du Fichier 15.57 KB
Nombre d'Installations 70,169
Version Actuelle 1.2
Dernière Mise à Jour 2016-03-06
Date de Publication 2016-03-06
Évaluation 3.63/5 Total 46 Évaluations
Développeur Dolby Laboratories
Type de Paiement free
Langues Prises en Charge 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"
    ]
}