athenaNet Device Manager (ADM)

Integrate devices with athenaNet and monitor the health of these devices

Hvad er athenaNet Device Manager (ADM)?

athenaNet Device Manager (ADM) er en Chrome-udvidelse udviklet af athenahealth, Inc., og dens hovedfunktion er "Integrate devices with athenaNet and monitor the health of these devices".

Udvidelsesskærmbilleder

screenshot

Download athenaNet Device Manager (ADM)-udvidelses-CRX-fil

Download athenaNet Device Manager (ADM)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn athenaNet Device Manager (ADM) athenaNet Device Manager (ADM)
ID fmjgdklbdgkdjfhgeickkiaplegebhek
Officiel URL https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek
Beskrivelse Integrate devices with athenaNet and monitor the health of these devices
Filstørrelse 28.47 KB
Antal Installationer 10,860
Nuværende Version 1.9
Senest Opdateret 2021-10-21
Udgivelsesdato 2021-02-21
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler athenahealth, Inc.
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
        ]
    }
}