2C Health Solutions

Health Care Organization

Τι είναι το 2C Health Solutions;

Το 2C Health Solutions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://2chealthsolutions.com, και η κύρια λειτουργία του είναι "Health Care Organization".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης 2C Health Solutions

Λήψη αρχείων επέκτασης 2C Health Solutions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This application augments data that is not present in the native EMR. It shows additional data of the patient that is stored on 2C-Health server. This enables expanded view of the patient's health record. 
This application is focused to be used by clients of 2C-Health Solutions on their EMR in addition to 2C-Health web application. (2chealthsolutions.com) .
Our extension runs alongside the EMR and need capability to add new EMR as our client base expands. Hence using Broad Host Permissions.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 2C Health Solutions 2C Health Solutions
ID cmgaffjhdblbbaniiiohnbbgbdbdoahm
Επίσημο URL https://chromewebstore.google.com/detail/2c-health-solutions/cmgaffjhdblbbaniiiohnbbgbdbdoahm
Περιγραφή Health Care Organization
Μέγεθος Αρχείου 1.41 MB
Αριθμός Εγκαταστάσεων 114
Τρέχουσα Έκδοση 3.9.2
Τελευταία Ενημέρωση 2023-12-06
Ημερομηνία Δημοσίευσης 2020-05-01
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://2chealthsolutions.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://2chealthsolutions.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://2chealthsolutions.com/
URL της Σελίδας Πολιτικής Απορρήτου https://2chealthsolutions.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2C Health Solutions",
    "version": "3.9.2",
    "description": "Health Care Organization",
    "manifest_version": 3,
    "permissions": [
        "webNavigation",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.app.2chealthsolutions.com\/*",
                "*:\/\/*.healthforcehub.link\/*",
                "*:\/\/*.localhost\/*"
            ],
            "js": [
                "assets\/js\/byPassLogin.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ecwcloud.com\/*",
                "*:\/\/*.eclinicalweb.com\/*",
                "*:\/\/*.eclinworks1.mhhs.org\/*",
                "*:\/\/*.practicefusion.com\/*",
                "*:\/\/*.healthfusionclaims.com\/*",
                "*:\/\/*.athenahealth.com\/*",
                "*:\/\/*.app.2chealthsolutions.com\/*",
                "*:\/\/*.affordablecareamerica.com\/*",
                "*:\/\/*.emedpractice.com\/*",
                "*:\/\/*.electronic\/*",
                "*:\/\/*.ezdocs\/*",
                "*:\/\/*.eZDocs\/*",
                "*:\/\/*.ecw\/*",
                "*:\/\/*.kareo.com\/*",
                "*:\/\/*.insynchcs.com\/*",
                "*:\/\/*.pointclickcare.com\/*",
                "*:\/\/*.rxnt.com\/*",
                "*:\/\/*.openpracticesolutions.com\/*",
                "*:\/\/*.matrixcare.com\/*",
                "*:\/\/*.carecloud.com\/*",
                "*:\/\/*.wmi360.com\/*",
                "*:\/\/*.emedpractice.com\/*",
                "*:\/\/*.vehracity.net\/*",
                "*:\/\/*.onetouchemr.com\/*",
                "*:\/\/*.advancedmd.com\/*",
                "*:\/\/*.drchrono.com\/*",
                "*:\/\/*.elationemr.com\/*",
                "*:\/\/*.care360.com\/*",
                "*:\/\/*.ipatientcare.com\/*",
                "*:\/\/*.glaceemr.com\/*",
                "*:\/\/*.healthmedx.com\/*",
                "*:\/\/*.curemd.com\/*",
                "*:\/\/*.drmccurley.com\/*",
                "*:\/\/*.utsouthwestern.edu\/*",
                "*:\/\/*.openemr.io\/*",
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/TwoCEmbed\/jquery-ui.min.css",
                "assets\/css\/style.min.css"
            ],
            "js": [
                "assets\/TwoCEmbed\/jquery.min.js",
                "assets\/TwoCEmbed\/jquery-ui.min.js",
                "assets\/TwoCEmbed\/moment.min.js",
                "assets\/TwoCEmbed\/FileSaver.min.js",
                "assets\/TwoCEmbed\/signalr\/signalr.min.js",
                "assets\/TwoCEmbed\/pubnub\/pubnub.4.27.4.min.js",
                "assets\/js\/dataStore.js",
                "assets\/js\/contentScript.js",
                "assets\/js\/pubnubService.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.athenahealth.com\/*"
            ],
            "js": [
                "assets\/js\/Emr\/athenahealth.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.static.practicefusion.com\/*"
            ],
            "js": [
                "assets\/js\/Emr\/practiceFusion.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.emedpractice.com\/*"
            ],
            "js": [
                "assets\/js\/Emr\/emedpractice.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ecwcloud.com\/*",
                "*:\/\/*.eclinicalweb.com\/*",
                "*:\/\/*.eclinworks1.mhhs.org\/*"
            ],
            "js": [
                "assets\/js\/Emr\/ecwCloud.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.healthfusionclaims.com\/*"
            ],
            "js": [
                "assets\/js\/Emr\/nextGen.js"
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/icons\/icon-128x128.png",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/TwoCEmbed\/patientSummary.htm",
                "assets\/TwoCEmbed\/addPatient\/addPatient.html",
                "assets\/TwoCEmbed\/RPM\/Encounter\/rpmEncounter.html",
                "assets\/TwoCEmbed\/RPM\/rpmDashboard\/rpmDashboard.html",
                "assets\/TwoCEmbed\/RPM\/TreatmentPlan\/rpmTP.html",
                "assets\/TwoCEmbed\/searchPatient\/searchPatient.html",
                "assets\/TwoCEmbed\/chatBox\/chatBox.html",
                "assets\/TwoCEmbed\/movableContainer.htm",
                "assets\/TwoCEmbed\/Accounts\/Login\/login.html",
                "assets\/TwoCEmbed\/Accounts\/security-page.html",
                "assets\/TwoCEmbed\/telemedicine\/telemedicine.html",
                "assets\/TwoCEmbed\/Layout\/layout.html",
                "assets\/TwoCEmbed\/CCM\/ccmEncounter.html",
                "assets\/TwoCEmbed\/PCM\/pcmEncounter.html",
                "assets\/css\/style.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}