Dorsata

A quick and easy way to view your patient's OB chart in Dorsata without losing access to other areas within athenaClinicals. Open…

Τι είναι το Dorsata;

Το Dorsata είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.dorsata.com, και η κύρια λειτουργία του είναι "A quick and easy way to view your patient's OB chart in Dorsata without losing access to other areas within athenaClinicals. Open…".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Dorsata

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

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

                        A quick and easy way to view your patient's OB chart in Dorsata without losing access to other areas within athenaClinicals.  Open your patient's encounter or facesheet and you'll see the "Dorsata" button which, when clicked, loads Dorsata as a sliding tab directly integrated with athenahealth.

For more information or to purchase a license to the Dorsata, please contact us!                    

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

Όνομα Dorsata Dorsata
ID mefjpbgikmanedcjnboiiifabfjbcjen
Επίσημο URL https://chromewebstore.google.com/detail/dorsata/mefjpbgikmanedcjnboiiifabfjbcjen
Περιγραφή A quick and easy way to view your patient's OB chart in Dorsata without losing access to other areas within athenaClinicals. Open…
Μέγεθος Αρχείου 521 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 4.3.11
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2020-06-22
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.dorsata.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.dorsata.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.dorsata.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dorsata",
    "short_name": "Dorsata",
    "description": "",
    "version": "4.3.11",
    "minimum_chrome_version": "103",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Open Dorsata Inbox"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "bundles\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dorsata.com\/*",
                "https:\/\/*.dorsata-prerelease.com\/*",
                "https:\/\/*.dorsata-staging.com\/*",
                "https:\/\/*.dorsata-salesdemo.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "bundles\/client.js"
            ],
            "run_at": "document_start",
            "css": [],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.athenahealth.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "bundles\/athenahealth.js"
            ],
            "css": [
                "css\/main.css",
                "css\/pulltab.css",
                "css\/hide-obe.css"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "templates\/options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "templates\/eager-sso-frame-container.html",
                "templates\/frame-container-content.html",
                "templates\/frame-helper.html",
                "scripts\/inline-context.js",
                "scripts\/frame-helper.js",
                "images\/check.svg",
                "images\/chevron.svg",
                "images\/logo-white.svg"
            ],
            "matches": [
                "https:\/\/athenanet.athenahealth.com\/*",
                "https:\/\/preview.athenahealth.com\/*",
                "https:\/\/salesdemo.athenahealth.com\/*"
            ]
        },
        {
            "resources": [
                "scripts\/dorsata-inline-context.js"
            ],
            "matches": [
                "https:\/\/cdn.dorsata.com\/*",
                "https:\/\/app.dorsata.com\/*",
                "https:\/\/cdn.dorsata-prerelease.com\/*",
                "https:\/\/app.dorsata-prerelease.com\/*",
                "https:\/\/cdn.dorsata-staging.com\/*",
                "https:\/\/app.dorsata-staging.com\/*",
                "https:\/\/cdn.dorsata-salesdemo.com\/*",
                "https:\/\/app.dorsata-salesdemo.com\/*",
                "https:\/\/localhost:5000\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/app.dorsata.com\/",
        "https:\/\/app.dorsata-prerelease.com\/",
        "https:\/\/app.dorsata-staging.com\/",
        "https:\/\/app.dorsata-salesdemo.com\/",
        "https:\/\/athenanet.athenahealth.com\/",
        "https:\/\/preview.athenahealth.com\/",
        "https:\/\/salesdemo.athenahealth.com\/",
        "http:\/\/athenahealth.com\/"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "cookies"
    ]
}