MeetMe Dolby Voice 1.1

Attend MeetMe Dolby Voice conferences using the Google Chrome browser

MeetMe Dolby Voice 1.1 là gì?

MeetMe Dolby Voice 1.1 là một tiện ích mở rộng Chrome được phát triển bởi BT Group PLC, và tính năng chính của nó là "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MeetMe Dolby Voice 1.1

Tải xuống các tệp mở rộng MeetMe Dolby Voice 1.1 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MeetMe Dolby Voice 1.1 MeetMe Dolby Voice 1.1
ID lflnplggpolkcgknahacafilopgngelc
URL Chính Thức https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc
Mô tả Attend MeetMe Dolby Voice conferences using the Google Chrome browser
Kích Thước Tệp 11.07 KB
Số Lần Cài Đặt 25,353
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-11-23
Ngày Phát Hành 2017-08-29
Đánh Giá 3.46/5 Tổng số 13 Đánh Giá
Nhà Phát Triển BT Group PLC
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.bt.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}