athenaNet Device Manager (ADM)

Integrate devices with athenaNet and monitor the health of these devices

Co to jest athenaNet Device Manager (ADM)?

athenaNet Device Manager (ADM) to rozszerzenie Chrome opracowane przez athenahealth, Inc., a jego główną funkcją jest „Integrate devices with athenaNet and monitor the health of these devices”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia athenaNet Device Manager (ADM)

Pobierz pliki rozszerzeń athenaNet Device Manager (ADM) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa athenaNet Device Manager (ADM) athenaNet Device Manager (ADM)
ID fmjgdklbdgkdjfhgeickkiaplegebhek
Oficjalny URL https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek
Opis Integrate devices with athenaNet and monitor the health of these devices
Rozmiar pliku 28.47 KB
Liczba instalacji 10,860
Aktualna Wersja 1.9
Ostatnia Aktualizacja 2021-10-21
Data Publikacji 2021-02-21
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper athenahealth, Inc.
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
        ]
    }
}