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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}