ACGME Anesthesia Case Log Helper
Simplify your anesthesia case logging process!
ACGME Anesthesia Case Log Helperคืออะไร?
ACGME Anesthesia Case Log Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://whoatenine.com และคุณลักษณะหลักของมันคือ "Simplify your anesthesia case logging process!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ACGME Anesthesia Case Log Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |