Cortico Plug-in: Automate Your EMR
Automate tedious tasks in your EMR like messaging patients, sending files, and way more!
Qu'est-ce que Cortico Plug-in: Automate Your EMR ?
Cortico Plug-in: Automate Your EMR est une extension Chrome développée par https://cortico.ca, et sa fonction principale est "Automate tedious tasks in your EMR like messaging patients, sending files, and way more!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cortico Plug-in: Automate Your EMR
Téléchargez les fichiers d'extension Cortico Plug-in: Automate Your EMR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Cortico Plug-in: Automate Your EMR |
ID | dpbaboapnbnifbekhhjggaolbnncfjfe |
URL Officiel | https://chromewebstore.google.com/detail/cortico-plug-in-automate/dpbaboapnbnifbekhhjggaolbnncfjfe |
Description | Automate tedious tasks in your EMR like messaging patients, sending files, and way more! |
Taille du Fichier | 473 KB |
Nombre d'Installations | 3,743 |
Version Actuelle | 9999.21.1.2 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2022-05-30 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://cortico.ca |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://cortico.ca |
URL de la Page d'Aide | https://cortico.ca |
Langues Prises en Charge | 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" ] } |