Nuance PowerMic Web Extension

Nuance PowerMic Web Extension for Chrome

Qu'est-ce que Nuance PowerMic Web Extension ?

Nuance PowerMic Web Extension est une extension Chrome développée par https://speechanywhere.nuancehdp.com, et sa fonction principale est "Nuance PowerMic Web Extension for Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nuance PowerMic Web Extension

Téléchargez les fichiers d'extension Nuance PowerMic Web Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The extension allows you to use Nuance PowerMic buttons to intuitively work with speech recognition via Dragon Medical Embedded in applications for Google Chrome web browser.                    

Informations de Base sur l'Extension

Nom Nuance PowerMic Web Extension Nuance PowerMic Web Extension
ID fmiojochalhealflohaicjncoofdjjfb
URL Officiel https://chromewebstore.google.com/detail/nuance-powermic-web-exten/fmiojochalhealflohaicjncoofdjjfb
Description Nuance PowerMic Web Extension for Chrome
Taille du Fichier 55.13 KB
Nombre d'Installations 283,467
Version Actuelle 24.1.3.0
Dernière Mise à Jour 2023-08-11
Date de Publication 2019-04-11
Évaluation 3.47/5 Total 17 Évaluations
Développeur https://speechanywhere.nuancehdp.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "24.1.3.0",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhV7TR1pvxJnNfXvOvPDJhd6Zym0gYxMcLjfHeNW4IGRsHAcSKBMz3dvDAI4a1B4MJHryFhIsqOKMt7kBLKA71baD78Q4h3ZD4Og7wTwToM7OgtrUOAT970u\/KJoGBnxJDcR2wLGBKs29CLOeYds3TuNOtin2WwVlC7WbI2\/wBi2QExNyZsvLEZW2kIVLMYSLLXdK9H4w5X5865BLl+Ndg5Mi63jldUD54eWvGH8FGqi4Dqa\/PlJB7bJppGnF2HWbhQJxshXZnHr7XSpjYFHYjmH6QHy84qTofrWsKO6WsC3jd2Leo8MrrJNQAA99GBKhlRen7xtkgTZbHWOaoIVnbwIDAQAB",
    "permissions": [
        "tabs",
        "nativeMessaging",
        "storage",
        "alarms",
        "webNavigation",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": [
                "installation_steps\/tingle\/tingle.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "NucaPowerMicChromeAdapter.js",
                "installation_steps\/NuanceLogo_Horz_k.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}