Augnito

Voice powered medical reporting

Hvad er Augnito?

Augnito er en Chrome-udvidelse udviklet af https://augnito.ai, og dens hovedfunktion er "Voice powered medical reporting".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Augnito-udvidelses-CRX-fil

Download Augnito-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Augnito Plugin combines the power of voice with the accessibility of reporting in your own health records software on web. Just point and click and dictate and let Augnito convert your speech to text and type your report for you. With naturally speaking command & control, now make twice the number of medical reports in the same time. Augnito Plugin is powered by a deep learning based Voice AI which gives you 99% accuracy right out of the box. No profile is required.

Not registered to Augnito? Call us at 1800-121-5166 or visit us at https://www.augnito.ai/ and experience the simplicity of making reports using voice.                    

Grundlæggende oplysninger om udvidelsen

Navn Augnito Augnito
ID loedohmkociaomkgggggnoogiahfinme
Officiel URL https://chromewebstore.google.com/detail/augnito/loedohmkociaomkgggggnoogiahfinme
Beskrivelse Voice powered medical reporting
Filstørrelse 2.47 MB
Antal Installationer 13,454
Nuværende Version 4.1.0.0
Senest Opdateret 2024-02-05
Udgivelsesdato 2020-09-21
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://augnito.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://augnito.ai
Hjælpeside-URL https://augnito.ai
URL til Fortrolighedspolitik Side https://augnito.ai/Privacy-Policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Augnito",
    "description": "Voice powered medical reporting",
    "version": "4.1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/Logo16.png",
        "48": "images\/Logo48.png",
        "128": "images\/Logo128.png"
    },
    "background": {
        "service_worker": "js\/background_script.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "Commandjs\/PhilipsMicHandler.js",
                "Commandjs\/Edit.js",
                "Commandjs\/Augnito\/AugnitoCMDRegex.js",
                "Commandjs\/Augnito\/AugnitoCMDs.js",
                "Commandjs\/Augnito\/AugnitoCMDStatic.js",
                "Commandjs\/Augnito\/TextWordToInteger.js",
                "js\/inject.js",
                "lib\/AugnitoDomParser\/AugnitoRange-core.js",
                "lib\/AugnitoDomParser\/AugnitoRange-classapplier.js",
                "lib\/AugnitoDomParser\/AugnitoRange-highlighter.js",
                "lib\/AugnitoDomParser\/AugnitoRange-textcommands.js",
                "lib\/AugnitoDomParser\/AugnitoRange-textrange.js",
                "lib\/AugnitoDomParser\/AugnitoRange-util.js",
                "Commandjs\/CommonEditorProcess.js",
                "Commandjs\/GenericEditorProcessV2.js",
                "lib\/ElementParser\/utilities.js",
                "lib\/ElementParser\/Dom_walk.js",
                "lib\/ElementParser\/activate.js",
                "lib\/ElementParser\/add_hint.js",
                "lib\/ElementParser\/find_hint.js",
                "lib\/ElementParser\/hints.js",
                "lib\/ElementParser\/background-utilities.js",
                "js\/content_script.js",
                "js\/processhotkey.js"
            ],
            "css": [
                "lib\/ElementParser\/show_hints.css",
                "css\/content_script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.gif",
                "images\/*.png",
                "js\/CkEditorManager.js",
                "js\/DevExpressManager.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "images\/stopAugnito.png",
        "default_title": "Start Augnito"
    }
}