Augnito

Voice powered medical reporting

Qu'est-ce que Augnito ?

Augnito est une extension Chrome développée par https://augnito.ai, et sa fonction principale est "Voice powered medical reporting".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Augnito

Téléchargez les fichiers d'extension Augnito au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Augnito Augnito
ID loedohmkociaomkgggggnoogiahfinme
URL Officiel https://chromewebstore.google.com/detail/augnito/loedohmkociaomkgggggnoogiahfinme
Description Voice powered medical reporting
Taille du Fichier 2.47 MB
Nombre d'Installations 13,454
Version Actuelle 4.1.0.0
Dernière Mise à Jour 2024-02-05
Date de Publication 2020-09-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://augnito.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://augnito.ai
URL de la Page d'Aide https://augnito.ai
URL de la Page de Politique de Confidentialité https://augnito.ai/Privacy-Policy
Langues Prises en Charge 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"
    }
}