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
官方網址 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"
    }
}