Dictalogic - USB device integration

Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com

Dictalogic - USB device integration란 무엇입니까?

Dictalogic - USB device integration은(는) Dictalogic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com"입니다.

확장 프로그램 스크린샷

screenshot

Dictalogic - USB device integration 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dictalogic is an online digital dictation service, allowing authors and transcribers to complete their dictation workflows quicker. As part of the solution, this extension allows the Dictalogic website, (https://www.dictalogic.com), to integrate with USB foot pedals and speech microphones.                    

확장 프로그램 기본 정보

이름 Dictalogic - USB device integration Dictalogic - USB device integration
ID kbcihijgjmhgaplmaeleneilpbkidoep
공식 URL https://chromewebstore.google.com/detail/dictalogic-usb-device-int/kbcihijgjmhgaplmaeleneilpbkidoep
설명 Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com
파일 크기 328 KB
설치 횟수 2,785
현재 버전 1.4.4
최근 업데이트 2022-07-16
출시 날짜 2022-03-21
개발자 Dictalogic
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.dictalogic.com/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictalogic - USB device integration",
    "version": "1.4.4",
    "description": "Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https:\/\/www.dictalogic.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.dictalogic.com\/*",
                "https:\/\/*.dictalogic.de\/*",
                "https:\/\/*.dictalogic.fr\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}