Dolby Voice 1.1

Attend Dolby Voice conferences using Google Chrome browser.

Apa itu Dolby Voice 1.1?

Dolby Voice 1.1 adalah ekstensi Chrome yang dikembangkan oleh Dolby Laboratories, dan fitur utamanya adalah "Attend Dolby Voice conferences using Google Chrome browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dolby Voice 1.1

Unduh file ekstensi Dolby Voice 1.1 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dolby Voice 1.1 Dolby Voice 1.1
ID abpbcfijgmlbecbplnfknakoemncanbo
URL Resmi https://chromewebstore.google.com/detail/dolby-voice-11/abpbcfijgmlbecbplnfknakoemncanbo
Deskripsi Attend Dolby Voice conferences using Google Chrome browser.
Ukuran File 15.08 KB
Jumlah Instalasi 15,192
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-07-22
Tanggal Publikasi 2015-07-22
Penilaian 4.75/5 Total 24 Penilaian
Pengembang Dolby Laboratories
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}