Dictalogic - USB device integration
Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com
What is Dictalogic - USB device integration?
Dictalogic - USB device integration is a Chrome extension developed by Dictalogic, and its main feature is "Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com".
Extension Screenshots
Download Dictalogic - USB device integration Extension CRX File
Download Dictalogic - USB device integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dictalogic - USB device integration |
ID | kbcihijgjmhgaplmaeleneilpbkidoep |
Official URL | 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 |
File Size | 328 KB |
Installation Count | 2,785 |
Current Version | 1.4.4 |
Last Updated | 2022-07-16 |
Publish Date | 2022-03-21 |
Developer | Dictalogic |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.dictalogic.com/privacy |
Supported Languages | 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" ] } |