athenaNet Device Manager (ADM)

Integrate devices with athenaNet and monitor the health of these devices

Vad är athenaNet Device Manager (ADM)?

athenaNet Device Manager (ADM) är en Chrome-tillägg utvecklad av athenahealth, Inc., och dess huvudfunktion är "Integrate devices with athenaNet and monitor the health of these devices".

Tilläggsskärmbilder

screenshot

Ladda ner athenaNet Device Manager (ADM)-förlängningens CRX-fil

Ladda ner athenaNet Device Manager (ADM)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Integrate your devices with athenaNet through the athenaNet Device Manager extension.

With ADM extension for Chrome, you can seamlessly integrate your devices such as scanners, payment devices, DYMO label printers and a range of clinical devices including Welch Allyn and Midmark with athenahealth                    

Grundläggande Information om Tillägg

Namn athenaNet Device Manager (ADM) athenaNet Device Manager (ADM)
ID fmjgdklbdgkdjfhgeickkiaplegebhek
Officiell webbadress https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek
Beskrivning Integrate devices with athenaNet and monitor the health of these devices
Filstorlek 28.47 KB
Antal Installationer 10,860
Aktuell Version 1.9
Senast Uppdaterad 2021-10-21
Publiceringsdatum 2021-02-21
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare athenahealth, Inc.
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "athenaNet Device Manager (ADM)",
    "version": "1.9",
    "manifest_version": 2,
    "description": "Integrate devices with athenaNet and monitor the health of these devices",
    "icons": {
        "128": "athena.ico"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "management"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/default.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.athenahealth.com\/*",
                "https:\/\/*.athenahealthpayment.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.athenahealth.com\/*",
            "https:\/\/*.athenahealthpayment.com\/*"
        ]
    }
}