Medsien Built-in CCM and RPM Tracker
Built-in CCM and RPM timer that automatically logs your time and activities, directly from your EHR
Medsien Built-in CCM and RPM Tracker क्या है?
Medsien Built-in CCM and RPM Tracker https://medsien.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Built-in CCM and RPM timer that automatically logs your time and activities, directly from your EHR"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Medsien Built-in CCM and RPM Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The only remote care management platform that everyone loves! Medsien is the leading provider of Remote Care Management solutions and services across the United States. With the most technologically advanced software platform combined with knowledgeable and empathetic clinical staff, it enables providers to deliver the highest quality of care to their patients while simultaneously improving clinical and financial outcomes. Medsien provides a hybrid software and staffing model to provide a scalable implementation of valuable remote care services to your patients with no upfront investment or administrative burden. This plugin is designed to help you capture your activities with patients directly from your EHR to simplify your CCM and RPM programs, bring visibility and access to your patients and increase your financial outcomes. Medsien’s timer will automatically start as soon as you enter into a patient’s profile or chart. The plugin will then automatically tag the activities based on your interactions in your EHR and prepares a detailed report of all the activities. You may add notes where you see fit. **If you are not a Medsien partner, request an intro conversation to learn how Medsien can enable rapid implementation of successful CCM and RPM solutions for your practice and meaningful care and support for your patients.
एक्सटेंशन की मूल जानकारी
नाम | Medsien Built-in CCM and RPM Tracker |
ID | pgpgcalomgehbhojdpjibbcadlioidml |
आधिकारिक URL | https://chromewebstore.google.com/detail/medsien-built-in-ccm-and/pgpgcalomgehbhojdpjibbcadlioidml |
विवरण | Built-in CCM and RPM timer that automatically logs your time and activities, directly from your EHR |
फ़ाइल का आकार | 2.11 MB |
स्थापना संख्या | 1,586 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2024-02-26 |
प्रकाशन तिथि | 2020-06-16 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://medsien.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.medsien.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.medsien.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medsien Built-in CCM and RPM Tracker", "version": "1.0.4", "homepage_url": "https:\/\/www.medsien.com\/", "description": "Built-in CCM and RPM timer that automatically logs your time and activities, directly from your EHR", "permissions": [ "storage", "https:\/\/*.athenahealth.com\/*", "https:\/\/*.twehr.pcpgj.com\/*", "https:\/\/*.open.allscripts.com\/*", "https:\/\/*.medsien.com\/*" ], "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-48px.png", "128": "icons\/icon-128px.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Medsien Built-in CCM Tracker", "default_icon": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-48px.png", "128": "icons\/icon-128px.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.athenahealth.com\/*", "https:\/\/*.open.allscripts.com\/*", "https:\/\/*.twehr.pcpgj.com\/*" ], "js": [ "js\/plugin.js" ], "css": [ "css\/plugin.css" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "*:\/\/*.medsien.com\/*" ] }, "web_accessible_resources": [ "css\/*", "icons\/*", "img\/*", "js\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmebiwiXoQEfSJARFl5sJzJn4LOaCG+hUhKw8QPudgk7ryAWZzlxXev+v6bF\/r1ziNQcNqWI7BF\/iW\/FXhINczw5\/+ZTgsiCez8fl3yyYYsPXrzBN1KDXdKCjpPnN8wCzT2TgLqtG42gJBaq9en9we4knGrgvB20mSZAG0TP+gtdEIKTeiU4ecAG0uBmg\/0KloTMWWfllLXV2fzj9hQsp4nWcIyXDXFogzSoxl2UmitU0qL+ld5IJa\/y4BO9ydyBa8c\/PXIcUhhH8M3xXc1\/bS9gBYWNudJGyEMGuwltKml\/6Wx+3ys4IBi5nNXlDRgm+WGQEKIaiBYYTQzt3qcTs2wIDAQAB", "content_security_policy": "script-src 'self' ; object-src 'self'" } |