Nuance PowerMic Web Extension

Nuance PowerMic Web Extension for Chrome

Nuance PowerMic Web Extension란 무엇입니까?

Nuance PowerMic Web Extension은(는) https://speechanywhere.nuancehdp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nuance PowerMic Web Extension for Chrome"입니다.

확장 프로그램 스크린샷

screenshot

Nuance PowerMic Web Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Nuance PowerMic Web Extension Nuance PowerMic Web Extension
ID fmiojochalhealflohaicjncoofdjjfb
공식 URL https://chromewebstore.google.com/detail/nuance-powermic-web-exten/fmiojochalhealflohaicjncoofdjjfb
설명 Nuance PowerMic Web Extension for Chrome
파일 크기 55.13 KB
설치 횟수 283,467
현재 버전 24.1.3.0
최근 업데이트 2023-08-11
출시 날짜 2019-04-11
평점 3.47/5 총 17 개의 평점
개발자 https://speechanywhere.nuancehdp.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}