ACGME Anesthesia Case Log Helper

Simplify your anesthesia case logging process!

ACGME Anesthesia Case Log Helperとは何ですか?

ACGME Anesthesia Case Log Helperはhttps://whoatenine.comによって開発されたChromeの拡張機能で、その主な機能は「Simplify your anesthesia case logging process!」です。

拡張機能のスクリーンショット

screenshot

ACGME Anesthesia Case Log Helper拡張機能のCRXファイルをダウンロード

ACGME Anesthesia Case Log Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ACGME Anesthesia Case Log Helper ACGME Anesthesia Case Log Helper
ID chdbgmefimnnadeopbecgfjeghchojhk
公式URL https://chromewebstore.google.com/detail/acgme-anesthesia-case-log/chdbgmefimnnadeopbecgfjeghchojhk
説明 Simplify your anesthesia case logging process!
ファイルサイズ 203 KB
インストール数 302
現在のバージョン 0.2
最終更新日 2022-12-14
公開日 2022-12-05
評価 5.00/5 合計 4 レビュー
開発者 https://whoatenine.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://jamescho7.com
対応言語 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"
            ]
        }
    ]
}