Dictalogic - USB device integration
Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com
Cos'è Dictalogic - USB device integration?
Dictalogic - USB device integration è un'estensione di Chrome sviluppata da Dictalogic, e la sua funzione principale è "Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dictalogic - USB device integration
Scarica i file di estensione Dictalogic - USB device integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Dictalogic - USB device integration |
ID | kbcihijgjmhgaplmaeleneilpbkidoep |
URL Ufficiale | https://chromewebstore.google.com/detail/dictalogic-usb-device-int/kbcihijgjmhgaplmaeleneilpbkidoep |
Descrizione | Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com |
Dimensione del File | 328 KB |
Conteggio Installazioni | 2,785 |
Versione Corrente | 1.4.4 |
Ultimo Aggiornamento | 2022-07-16 |
Data di Pubblicazione | 2022-03-21 |
Sviluppatore | Dictalogic |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.dictalogic.com/privacy |
Lingue Supportate | 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" ] } |