Dolby Voice 1.2

Attend Dolby Voice conferences using the Google Chrome browser

Dolby Voice 1.2 là gì?

Dolby Voice 1.2 là một tiện ích mở rộng Chrome được phát triển bởi Dolby Laboratories, và tính năng chính của nó là "Attend 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 Dolby Voice 1.2

Tải xuống các tệp mở rộng Dolby Voice 1.2 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

                        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 Dolby Voice 1.2 Dolby Voice 1.2
ID kaimfhiiegblglllpkcpoegelgefonef
URL Chính Thức https://chromewebstore.google.com/detail/dolby-voice-12/kaimfhiiegblglllpkcpoegelgefonef
Mô tả Attend Dolby Voice conferences using the Google Chrome browser
Kích Thước Tệp 15.57 KB
Số Lần Cài Đặt 70,169
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-03-06
Ngày Phát Hành 2016-03-06
Đánh Giá 3.63/5 Tổng số 46 Đánh Giá
Nhà Phát Triển Dolby Laboratories
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}