Augnito

Voice powered medical reporting

Wat is Augnito?

Augnito is een Chrome-extensie ontwikkeld door https://augnito.ai, en de belangrijkste functie is "Voice powered medical reporting".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Augnito

Download Augnito-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Augnito Augnito
ID loedohmkociaomkgggggnoogiahfinme
Officiële URL https://chromewebstore.google.com/detail/augnito/loedohmkociaomkgggggnoogiahfinme
Beschrijving Voice powered medical reporting
Bestandsgrootte 2.47 MB
Aantal Installaties 13,454
Huidige Versie 4.1.0.0
Laatst Bijgewerkt 2024-02-05
Publicatiedatum 2020-09-21
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://augnito.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://augnito.ai
Help Pagina-URL https://augnito.ai
URL van de Privacybeleid Pagina https://augnito.ai/Privacy-Policy
Ondersteunde Talen 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"
    }
}