ACGME Anesthesia Case Log Helper
Simplify your anesthesia case logging process!
What is ACGME Anesthesia Case Log Helper?
ACGME Anesthesia Case Log Helper is a Chrome extension developed by https://whoatenine.com, and its main feature is "Simplify your anesthesia case logging process!".
Extension Screenshots
Download ACGME Anesthesia Case Log Helper Extension CRX File
Download ACGME Anesthesia Case Log Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ACGME Anesthesia Case Log Helper |
ID | chdbgmefimnnadeopbecgfjeghchojhk |
Official URL | https://chromewebstore.google.com/detail/acgme-anesthesia-case-log/chdbgmefimnnadeopbecgfjeghchojhk |
Description | Simplify your anesthesia case logging process! |
File Size | 203 KB |
Installation Count | 302 |
Current Version | 0.2 |
Last Updated | 2022-12-14 |
Publish Date | 2022-12-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://whoatenine.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://jamescho7.com |
Supported Languages | 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" ] } ] } |