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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrates foot pedal and speechmic USB devices with Dictalogic's digital dictation website , https://www.dictalogic.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dictalogic - USB device integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}