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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |