Augnito

Voice powered medical reporting

什么是Augnito?

Augnito是由https://augnito.ai开发的Chrome扩展程序,该扩展的主要功能是“Voice powered medical reporting”。

扩展截图

screenshot
screenshot
screenshot

下载Augnito扩展crx文件

下载Augnito扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Augnito Augnito
ID loedohmkociaomkgggggnoogiahfinme
官方URL https://chromewebstore.google.com/detail/augnito/loedohmkociaomkgggggnoogiahfinme
简介 Voice powered medical reporting
文件大小 2.47 MB
安装次数 13,454
当前版本 4.1.0.0
更新时间 2024-02-05
上架时间 2020-09-21
评分 5.00/5 共3次评分
开发者 https://augnito.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://augnito.ai
帮助页面URL https://augnito.ai
隐私政策页面URL https://augnito.ai/Privacy-Policy
支持的语言 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"
    }
}