MeetMe Dolby Voice 1.1

Attend MeetMe Dolby Voice conferences using the Google Chrome browser

Apa itu MeetMe Dolby Voice 1.1?

MeetMe Dolby Voice 1.1 adalah ekstensi Chrome yang dikembangkan oleh BT Group PLC, dan fitur utamanya adalah "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MeetMe Dolby Voice 1.1

Unduh file ekstensi MeetMe 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

                        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.                    

Informasi Dasar Ekstensi

Nama MeetMe Dolby Voice 1.1 MeetMe Dolby Voice 1.1
ID lflnplggpolkcgknahacafilopgngelc
URL Resmi https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc
Deskripsi Attend MeetMe Dolby Voice conferences using the Google Chrome browser
Ukuran File 11.07 KB
Jumlah Instalasi 25,353
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-11-23
Tanggal Publikasi 2017-08-29
Penilaian 3.46/5 Total 13 Penilaian
Pengembang BT Group PLC
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.bt.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}