MeetMe Dolby Voice 1.1

Attend MeetMe Dolby Voice conferences using the Google Chrome browser

Vad är MeetMe Dolby Voice 1.1?

MeetMe Dolby Voice 1.1 är en Chrome-tillägg utvecklad av BT Group PLC, och dess huvudfunktion är "Attend MeetMe Dolby Voice conferences using the Google Chrome browser".

Tilläggsskärmbilder

screenshot

Ladda ner MeetMe Dolby Voice 1.1-förlängningens CRX-fil

Ladda ner MeetMe Dolby Voice 1.1-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn MeetMe Dolby Voice 1.1 MeetMe Dolby Voice 1.1
ID lflnplggpolkcgknahacafilopgngelc
Officiell webbadress https://chromewebstore.google.com/detail/meetme-dolby-voice-11/lflnplggpolkcgknahacafilopgngelc
Beskrivning Attend MeetMe Dolby Voice conferences using the Google Chrome browser
Filstorlek 11.07 KB
Antal Installationer 25,353
Aktuell Version 1.1
Senast Uppdaterad 2021-11-23
Publiceringsdatum 2017-08-29
Betyg 3.46/5 Totalt 13 Betyg
Utvecklare BT Group PLC
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.bt.com/privacy-policy
Stödda Språk 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"
    ]
}