Dictalogic - USB device integration
Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com
Vad är Dictalogic - USB device integration?
Dictalogic - USB device integration är en Chrome-tillägg utvecklad av Dictalogic, och dess huvudfunktion är "Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com".
Tilläggsskärmbilder
Ladda ner Dictalogic - USB device integration-förlängningens CRX-fil
Ladda ner Dictalogic - USB device integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Dictalogic - USB device integration |
ID | kbcihijgjmhgaplmaeleneilpbkidoep |
Officiell webbadress | https://chromewebstore.google.com/detail/dictalogic-usb-device-int/kbcihijgjmhgaplmaeleneilpbkidoep |
Beskrivning | Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com |
Filstorlek | 328 KB |
Antal Installationer | 2,785 |
Aktuell Version | 1.4.4 |
Senast Uppdaterad | 2022-07-16 |
Publiceringsdatum | 2022-03-21 |
Utvecklare | Dictalogic |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.dictalogic.com/privacy |
Stödda Språk | 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" ] } |