ACGME Anesthesia Case Log Helper

Simplify your anesthesia case logging process!

Was ist ACGME Anesthesia Case Log Helper?

ACGME Anesthesia Case Log Helper ist eine Chrome-Erweiterung, die von https://whoatenine.com entwickelt wurde, und ihr Hauptmerkmal ist "Simplify your anesthesia case logging process!".

Erweiterungsscreenshots

screenshot

ACGME Anesthesia Case Log Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie ACGME Anesthesia Case Log Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension makes it easy to log your anesthesia cases with fewer clicks and minimal scrolling. Open the ACGME case entry website using the link on the extension, select the relevant options using the streamlined form, and click Fill and Submit.

The author has NO affiliation with the Accreditation Council for Graduate Medical Education (ACGME). 

Privacy Notice: No user data is ever collected or transmitted.

Please note:
- While every effort has been made to ensure accuracy, it is your responsibility to verify your data is entered correctly.
- The extension may stop working if the ACGME updates their website.
- Cases marked as "Emergency" will automatically check the box labeled "Life-Threatening Pathology." If this is not appropriate, you must manually uncheck this box on the ACGME site.
- The extension will ignore optional fields (i.e. neuraxial blockade site and peripheral nerve blockade site).
- The extension will not fill your Site and Supervisor. Consider creating a template with your hospital and program director's names to automate this process.                    

Grundlegende Informationen zur Erweiterung

Name ACGME Anesthesia Case Log Helper ACGME Anesthesia Case Log Helper
ID chdbgmefimnnadeopbecgfjeghchojhk
Offizielle URL https://chromewebstore.google.com/detail/acgme-anesthesia-case-log/chdbgmefimnnadeopbecgfjeghchojhk
Beschreibung Simplify your anesthesia case logging process!
Dateigröße 203 KB
Installationsanzahl 302
Aktuelle Version 0.2
Letztes Update 2022-12-14
Veröffentlichungsdatum 2022-12-05
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://whoatenine.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://jamescho7.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ACGME Anesthesia Case Log Helper",
    "description": "Simplify your anesthesia case logging process!",
    "version": "0.2",
    "action": {
        "default_popup": "index.html",
        "default_icon": "hello_extensions.png"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/apps.acgme.org\/*"
            ],
            "js": [
                "static\/content.js"
            ]
        }
    ]
}