Talkingvet

Talkingvet Chrome Extension allows you to voice enable your browser based PIM and practice solutions

Talkingvet क्या है?

Talkingvet Business Technology Insight, LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Talkingvet Chrome Extension allows you to voice enable your browser based PIM and practice solutions"।

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

screenshot
screenshot
screenshot

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

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

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

                        The Talkingvet® Chrome Extension enables you to use the advanced veterinary speech recognition engine from nVoq to create your notes quickly and efficiently.
You can use your smartphone (iPhone or Android), Philips SpeechMike Premium, Nuance PowerMic II, III, 4 or most any good quality microphone for amazingly fast and easy dictation.
The Talkingvet® chrome extension supports voice commands allowing you to insert predefined text into most areas of a webpage. You can also use voice commands to open up any custom templates you want to quickly populate field data and then easily transfer them to your browser field. You can also perform basic commands using your voice such as click, focus allowing for hands free operation. You can also chain commands together to further automate your workflow!
Combine the Talkingvet Chrome Extension with the new Talkingvet Mobile Microphone for iPhones and iPads to improve your experience even more! The Talkingvet Mobile Microphone is included with your subscription at no extra cost.
The Talkingvet® Chrome extension is supported on Windows, macOS, Ubuntu Linux and Chromebooks using Chrome version 103 and later. Allowing you to use it anywhere without any complicated installation.
Note: You need to have an active Talkingvet® account in order to use this product and can be used on the US or Canada tenants. Go to https://talkingvet.com/chrome/ to schedule a no-cost trial today!

**2.6.1 Release Notes**

- Added support for the new Talkingvet Mobile Microphone for iPhone
- Some CKEditor improvements and optimizations

**Update Instructions**
Once your extension is updated, you will be required to login back in to the extension, save extension Preferences and reload your browser window.                    

एक्सटेंशन की मूल जानकारी

नाम Talkingvet Talkingvet
ID jljabgipoedgelgdabfkicegggndomkh
आधिकारिक URL https://chromewebstore.google.com/detail/talkingvet/jljabgipoedgelgdabfkicegggndomkh
विवरण Talkingvet Chrome Extension allows you to voice enable your browser based PIM and practice solutions
फ़ाइल का आकार 1.23 MB
स्थापना संख्या 166
वर्तमान संस्करण 2.6.1
अंतिम अपडेट 2023-06-27
प्रकाशन तिथि 2022-07-22
डेवलपर Business Technology Insight, LLC
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.talkingvet.com/chrome
सहायता पृष्ठ URL https://www.talkingvet.com/support
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talkingvet",
    "version": "2.6.1",
    "manifest_version": 3,
    "description": "Talkingvet Chrome Extension allows you to voice enable your browser based PIM and practice solutions",
    "background": {
        "service_worker": "background\/background.min.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "clipboardWrite"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "resources\/tv_icon_on_16.png",
        "24": "resources\/tv_icon_on_24.png",
        "32": "resources\/tv_icon_on_32.png",
        "48": "resources\/tv_icon_on_48.png",
        "64": "resources\/tv_icon_on_64.png",
        "128": "resources\/tv_icon_on_128.png"
    },
    "action": {
        "default_title": "Talkingvet",
        "default_icon": "resources\/tv_icon_on_128.png",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "libs\/jquery\/jquery.js",
                "libs\/xml-js\/xml-js.min.js",
                "libs\/record-rtc\/RecordRTC.min.js",
                "libs\/wavefile\/wavefile.js",
                "libs\/jquery\/confirm\/jquery-confirm.min.js",
                "libs\/clipboard\/clipboard.min.js",
                "libs\/file-saver\/FileSaver.min.js",
                "libs\/hotkeys\/hotkeys.min.js",
                "libs\/ogg-vorbis\/oggvorbis.js",
                "libs\/jquery\/jquery-ui.min.js",
                "content\/socketbased.min.js",
                "content\/mobilebased.min.js",
                "content\/content.min.js",
                "libs\/tooltipster-master\/dist\/js\/tooltipster.bundle.min.js",
                "libs\/node\/node_modules\/he\/he.js",
                "config\/config.js",
                "libs\/recorder\/recorderWorker2.js",
                "libs\/recorder\/recorder2.js",
                "libs\/emulateTab\/emulatetab.joelpurra.min.js",
                "content\/volume-meter.min.js",
                "content\/textmanager.min.js",
                "content\/shortcutmanager.min.js",
                "content\/hid.min.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "external\/ffmpeg_asm.js",
                "libs\/tooltipster-master\/dist\/js\/tooltipster.bundle.min.js",
                "libs\/tooltipster-master\/dist\/css\/tooltipster.bundle.min.css",
                "libs\/tooltipster-master\/dist\/css\/plugins\/tooltipster\/sideTip\/themes\/tooltipster-sideTip-light.min.css",
                "libs\/node\/node_modules\/he\/*",
                "content\/content.css",
                "content\/ezyvet_helper.min.js",
                "resources\/compatiblity-icon.png",
                "libs\/jquery\/confirm\/jquery-confirm.min.css",
                "resources\/showicon.png",
                "resources\/hideicon.png",
                "resources\/music.png",
                "resources\/pin.png",
                "resources\/shortcut.png",
                "resources\/music-active.png",
                "resources\/speech_to_text.png",
                "resources\/close_vscriptpad_icon.png",
                "resources\/hid-connect-icon.png",
                "resources\/nVoq_platform4.png",
                "libs\/font-awesome\/*",
                "..\/resources\/circle-info-solid.svg",
                "\/resources\/shortcut_matching.png",
                "\/resources\/tv_icon_off_16.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.ezyvet.com\/*",
            "https:\/\/*.pro.vtex\/*"
        ]
    }
}