Dictalogic - USB device integration
Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com
什么是Dictalogic - USB device integration?
Dictalogic - USB device integration是由Dictalogic开发的Chrome扩展程序,该扩展的主要功能是“Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com”。
扩展截图
下载Dictalogic - USB device integration扩展crx文件
下载Dictalogic - USB device integration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Dictalogic - USB device integration |
ID | kbcihijgjmhgaplmaeleneilpbkidoep |
官方URL | https://chromewebstore.google.com/detail/dictalogic-usb-device-int/kbcihijgjmhgaplmaeleneilpbkidoep |
简介 | Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com |
文件大小 | 328 KB |
安装次数 | 2,785 |
当前版本 | 1.4.4 |
更新时间 | 2022-07-16 |
上架时间 | 2022-03-21 |
开发者 | Dictalogic |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.dictalogic.com/privacy |
支持的语言 | 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" ] } |