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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}