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!”。
擴展截圖
下載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 |
ID | chdbgmefimnnadeopbecgfjeghchojhk |
官方網址 | 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" ] } ] } |