MeetMe Dolby Voice 1.1

Attend MeetMe Dolby Voice conferences using the Google Chrome browser

ما هو MeetMe Dolby Voice 1.1؟

MeetMe Dolby Voice 1.1 هو إضافة Chrome تم تطويرها بواسطة BT Group PLC، والميزة الرئيسية لها هي "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MeetMe Dolby Voice 1.1

قم بتنزيل ملفات الامتداد MeetMe Dolby Voice 1.1 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم MeetMe Dolby Voice 1.1 MeetMe Dolby Voice 1.1
ID lflnplggpolkcgknahacafilopgngelc
عنوان URL الرسمي https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc
الوصف Attend MeetMe Dolby Voice conferences using the Google Chrome browser
حجم الملف 11.07 KB
عدد التثبيتات 25,353
النسخة الحالية 1.1
آخر تحديث 2021-11-23
تاريخ النشر 2017-08-29
تقييم 3.46/5 مجموع تقييمات 13
المطور BT Group PLC
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.bt.com/privacy-policy
اللغات المدعومة 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"
    ]
}