Dictalogic - USB device integration

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

Hvad er Dictalogic - USB device integration?

Dictalogic - USB device integration er en Chrome-udvidelse udviklet af Dictalogic, og dens hovedfunktion er "Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com".

Udvidelsesskærmbilleder

screenshot

Download Dictalogic - USB device integration-udvidelses-CRX-fil

Download Dictalogic - USB device integration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Dictalogic - USB device integration Dictalogic - USB device integration
ID kbcihijgjmhgaplmaeleneilpbkidoep
Officiel URL https://chromewebstore.google.com/detail/dictalogic-usb-device-int/kbcihijgjmhgaplmaeleneilpbkidoep
Beskrivelse Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com
Filstørrelse 328 KB
Antal Installationer 2,785
Nuværende Version 1.4.4
Senest Opdateret 2022-07-16
Udgivelsesdato 2022-03-21
Udvikler Dictalogic
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.dictalogic.com/privacy
Understøttede Sprog 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"
    ]
}