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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dictalogic และคุณลักษณะหลักของมันคือ "Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dictalogic - USB device integration

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}