Dictalogic - USB device integration

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

Was ist Dictalogic - USB device integration?

Dictalogic - USB device integration ist eine Chrome-Erweiterung, die von Dictalogic entwickelt wurde, und ihr Hauptmerkmal ist "Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com".

Erweiterungsscreenshots

screenshot

Dictalogic - USB device integration-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dictalogic - USB device integration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dictalogic - USB device integration Dictalogic - USB device integration
ID kbcihijgjmhgaplmaeleneilpbkidoep
Offizielle URL https://chromewebstore.google.com/detail/dictalogic-usb-device-int/kbcihijgjmhgaplmaeleneilpbkidoep
Beschreibung Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com
Dateigröße 328 KB
Installationsanzahl 2,785
Aktuelle Version 1.4.4
Letztes Update 2022-07-16
Veröffentlichungsdatum 2022-03-21
Entwickler Dictalogic
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.dictalogic.com/privacy
Unterstützte Sprachen 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"
    ]
}