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 |
官方網址 | 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" ] } |