ACGME Anesthesia Case Log Helper
Simplify your anesthesia case logging process!
O que é ACGME Anesthesia Case Log Helper?
ACGME Anesthesia Case Log Helper é uma extensão do Chrome desenvolvida por https://whoatenine.com, e sua principal característica é "Simplify your anesthesia case logging process!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ACGME Anesthesia Case Log Helper
Baixe arquivos de extensão ACGME Anesthesia Case Log Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ACGME Anesthesia Case Log Helper |
ID | chdbgmefimnnadeopbecgfjeghchojhk |
URL Oficial | https://chromewebstore.google.com/detail/acgme-anesthesia-case-log/chdbgmefimnnadeopbecgfjeghchojhk |
Descrição | Simplify your anesthesia case logging process! |
Tamanho do Arquivo | 203 KB |
Contagem de Instalações | 302 |
Versão Atual | 0.2 |
Última Atualização | 2022-12-14 |
Data de Publicação | 2022-12-05 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://whoatenine.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://jamescho7.com |
Idiomas Suportados | 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" ] } ] } |