Dolby Voice 1.2

Attend Dolby Voice conferences using the Google Chrome browser

ما هو Dolby Voice 1.2؟

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

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

screenshot

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

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

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

                        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.                    

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

الاسم Dolby Voice 1.2 Dolby Voice 1.2
ID kaimfhiiegblglllpkcpoegelgefonef
عنوان URL الرسمي https://chromewebstore.google.com/detail/dolby-voice-12/kaimfhiiegblglllpkcpoegelgefonef
الوصف Attend Dolby Voice conferences using the Google Chrome browser
حجم الملف 15.57 KB
عدد التثبيتات 70,169
النسخة الحالية 1.2
آخر تحديث 2016-03-06
تاريخ النشر 2016-03-06
تقييم 3.63/5 مجموع تقييمات 46
المطور Dolby Laboratories
نوع الدفع free
اللغات المدعومة 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"
    ]
}