Dolby Voice 1.3

Attend Dolby Voice conferences using the Google Chrome browser

Dolby Voice 1.3 क्या है?

Dolby Voice 1.3 Dolby Laboratories द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Attend Dolby Voice conferences using the Google Chrome browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dolby Voice 1.3 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.3 Dolby Voice 1.3
ID clloobkgbdighillbfomkhjhgeempchd
आधिकारिक URL https://chromewebstore.google.com/detail/dolby-voice-13/clloobkgbdighillbfomkhjhgeempchd
विवरण Attend Dolby Voice conferences using the Google Chrome browser
फ़ाइल का आकार 16.17 KB
स्थापना संख्या 154,878
वर्तमान संस्करण 1.3
अंतिम अपडेट 2017-06-06
प्रकाशन तिथि 2017-06-06
रेटिंग 3.06/5 कुल 127 रेटिंग्स
डेवलपर 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.3",
    "short_name": "Dolby Voice",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.3",
    "web_accessible_resources": [
        "dolbyvoice.extension"
    ]
}