athenaNet Device Manager (ADM)

Integrate devices with athenaNet and monitor the health of these devices

Что такое athenaNet Device Manager (ADM)?

athenaNet Device Manager (ADM) - это расширение Chrome, разработанное athenahealth, Inc., и его основная функция - "Integrate devices with athenaNet and monitor the health of these devices".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения athenaNet Device Manager (ADM)

Скачайте файлы расширений athenaNet Device Manager (ADM) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название athenaNet Device Manager (ADM) athenaNet Device Manager (ADM)
ID fmjgdklbdgkdjfhgeickkiaplegebhek
Официальный URL https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek
Описание Integrate devices with athenaNet and monitor the health of these devices
Размер файла 28.47 KB
Количество установок 10,860
Текущая Версия 1.9
Последнее Обновление 2021-10-21
Дата публикации 2021-02-21
Рейтинг 1.00/5 Всего 1 оценок
Разработчик athenahealth, Inc.
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/*"
        ]
    }
}