Dictalogic - USB device integration
Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com
Qu'est-ce que Dictalogic - USB device integration ?
Dictalogic - USB device integration est une extension Chrome développée par Dictalogic, et sa fonction principale est "Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dictalogic - USB device integration
Téléchargez les fichiers d'extension Dictalogic - USB device integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Dictalogic - USB device integration |
ID | kbcihijgjmhgaplmaeleneilpbkidoep |
URL Officiel | https://chromewebstore.google.com/detail/dictalogic-usb-device-int/kbcihijgjmhgaplmaeleneilpbkidoep |
Description | Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com |
Taille du Fichier | 328 KB |
Nombre d'Installations | 2,785 |
Version Actuelle | 1.4.4 |
Dernière Mise à Jour | 2022-07-16 |
Date de Publication | 2022-03-21 |
Développeur | Dictalogic |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.dictalogic.com/privacy |
Langues Prises en Charge | 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" ] } |