Cortico Plug-in: Automate Your EMR
Automate tedious tasks in your EMR like messaging patients, sending files, and way more!
Wat is Cortico Plug-in: Automate Your EMR?
Cortico Plug-in: Automate Your EMR is een Chrome-extensie ontwikkeld door https://cortico.ca, en de belangrijkste functie is "Automate tedious tasks in your EMR like messaging patients, sending files, and way more!".
Extensie Screenshots
Download het CRX-bestand van de extensie Cortico Plug-in: Automate Your EMR
Download Cortico Plug-in: Automate Your EMR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Attention Medical Professionals! Tired of click fatigue? Transform your EMR workflow and embrace efficiency! Introducing the Cortico Practice Management Platform: a free, open-source browser extension designed to help medical professionals streamline their workflow in any Web Based EMR systems such as Oscar, Juno, Accuro, MedAccess, etc. - Automate tedious tasks (insurance eligibility check, recall email). - Message patients directly through your EMR. - Send files securely with just a few clicks. - Gain easy access to Cortico’s suite of telehealth features (subscription required). For help setting up the plug-in on your EMR, visit https://help.cortico.ca/help/plug-in-how-to-get-started. PLEASE NOTE: As a browser extension, compatibility with subsequent EMR updates cannot be guaranteed. Use this plug-in at your own risk. FOR CORTICO SUBSCRIBERS: This plug-in is an optional add-on for your convenience only. It is not required for Cortico itself to function.
Basisinformatie over de Extensie
Naam | Cortico Plug-in: Automate Your EMR |
ID | dpbaboapnbnifbekhhjggaolbnncfjfe |
Officiële URL | https://chromewebstore.google.com/detail/cortico-plug-in-automate/dpbaboapnbnifbekhhjggaolbnncfjfe |
Beschrijving | Automate tedious tasks in your EMR like messaging patients, sending files, and way more! |
Bestandsgrootte | 473 KB |
Aantal Installaties | 3,743 |
Huidige Versie | 9999.21.1.2 |
Laatst Bijgewerkt | 2024-02-28 |
Publicatiedatum | 2022-05-30 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://cortico.ca |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://cortico.ca |
Help Pagina-URL | https://cortico.ca |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automate tedious tasks in your EMR like messaging patients, sending files, and way more!", "manifest_version": 3, "name": "Cortico Plug-in: Automate Your EMR", "version": "9999.21.1.2", "homepage_url": "https:\/\/cortico.ca", "author": "Cortico Health Technologies", "icons": { "48": ".\/dist\/cortico-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/appointment\/addappointment.jsp*", "*:\/\/*\/appointment\/editappointment.jsp*", "*:\/\/*\/appointment\/appointmentcontrol.jsp*", "*:\/\/*\/provider\/providercontrol.jsp*", "*:\/\/*\/oscar\/provider\/appointmentprovideradminday.jsp*", "*:\/\/*\/casemgmt\/forward.jsp*", "*:\/\/*\/oscarEncounter\/IncomingEncounter.do*", "*:\/\/*\/juno\/oscarEncounter\/IncomingEncounter.do*", "*:\/\/*\/juno\/billing.do*", "*:\/\/*\/juno\/billing*", "*:\/\/*\/kensington\/billing.do*", "*:\/\/*\/kensington\/billing*", "*:\/\/*\/kensington\/CaseManagementEntry.do*", "*:\/\/*\/eform\/efmformadd_data.jsp*", "*:\/\/*\/eform\/efmshowform_data.jsp*", "*:\/\/*\/dms\/documentReport.jsp*", "*:\/\/*\/*\/oscarRx\/choosePatient.do*", "*:\/\/*\/*\/appointment\/addappointment.jsp*", "*:\/\/*\/*\/appointment\/editappointment.jsp*", "*:\/\/*\/*\/appointment\/appointmentcontrol.jsp*", "*:\/\/*\/*\/provider\/providercontrol.jsp*", "*:\/\/*\/*\/casemgmt\/forward.jsp*", "*:\/\/*\/*\/eform\/efmformadd_data.jsp*", "*:\/\/*\/*\/eform\/efmshowform_data.jsp*", "*:\/\/*\/*\/dms\/documentReport.jsp*", "*:\/\/*\/*\/dms\/showDocument.jsp*", "*:\/\/*\/*\/dms\/inboxManage.do*", "*:\/\/*\/*\/oscarReport\/reportByTemplate\/GenerateReportAction.do", "*:\/\/*\/*\/lab\/*", "*:\/\/*\/oscarMessenger\/SendDemoMessage.do*", "*:\/\/*\/*\/oscarMessenger\/SendDemoMessage.do*", "*:\/\/*\/oscarMessenger\/DisplayDemographicMessages.do*", "*:\/\/*\/*\/oscarMessenger\/DisplayDemographicMessages.do*", "*:\/\/*\/*\/tickler\/ticklerMain.jsp*", "*:\/\/*\/*\/tickler\/ticklerDemoMain.jsp*", "*:\/\/*\/*\/tickler\/ticklerAdd.jsp*", "*:\/\/*\/oscar\/oscarEncounter\/ViewRequest.do*", "*:\/\/*\/oscar\/oscarEncounter\/oscarConsultationRequest\/ConsultationFormRequest.jsp*", "*:\/\/*\/juno\/oscarEncounter\/ViewRequest.do*", "*:\/\/*\/juno\/oscarEncounter\/oscarConsultationRequest\/ConsultationFormRequest.jsp*", "*:\/\/*\/juno\/oscarEncounter\/oscarConsultationRequest\/attachConsultation.jsp*", "*:\/\/*\/kensington\/oscarEncounter\/ViewRequest.do*", "*:\/\/*\/kensington\/oscarEncounter\/oscarConsultationRequest\/ConsultationFormRequest.jsp*", "*:\/\/*\/kensington\/oscarEncounter\/oscarConsultationRequest\/attachConsultation.jsp*", "*:\/\/*\/*\/oscarRx\/ViewScript2.jsp*", "https:\/\/halras.med-access.net\/auth\/login.do", "*:\/\/*.med-access.net\/patient\/BasicSearch.do*", "*:\/\/*.med-access.net\/patient\/RefreshBasicPatientSummary.do*", "*:\/\/*.med-access.net\/task\/DisplayCreatePatientTask.do*", "*:\/\/*.med-access.net\/task\/DisplayPatientTaskByObservationView.do*", "*:\/\/*\/juno\/web*", "*:\/\/*\/*\/*\/displayHRMDocList.jsp*", "*:\/\/*\/*\/oscarPrevention\/index.jsp*", "*:\/\/*\/*\/oscarRx\/Preview2.jsp*", "*:\/\/oscar-community.cortico.ca\/*", "*:\/\/*\/oscar\/index.jsp", "*:\/\/*\/juno\/index.jsp" ], "js": [ "dist\/cortico-min.js" ], "all_frames": true } ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.cortico.ca\/*", "*:\/\/*.cortico.health\/*", "*:\/\/booknow.walkin.ca\/*", "*:\/\/*.medcentrehealth.com\/*", "*:\/\/*.med-access.net\/*", "*:\/\/*.virtualhallway.ca\/*", "*:\/\/*.pathwaysbc.ca\/*", "*:\/\/*.prototype-pathwaysbc.ca\/*", "https:\/\/app.virtualhallway.ca\/api\/cortico\/submit-consult-request" ] } |