Dolby Voice 1.2

Attend Dolby Voice conferences using the Google Chrome browser

Dolby Voice 1.2란 무엇입니까?

Dolby Voice 1.2은(는) Dolby Laboratories에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Attend Dolby Voice conferences using the Google Chrome browser"입니다.

확장 프로그램 스크린샷

screenshot

Dolby Voice 1.2 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}