athenaNet Device Manager (ADM)

Integrate devices with athenaNet and monitor the health of these devices

O que é athenaNet Device Manager (ADM)?

athenaNet Device Manager (ADM) é uma extensão do Chrome desenvolvida por athenahealth, Inc., e sua principal característica é "Integrate devices with athenaNet and monitor the health of these devices".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão athenaNet Device Manager (ADM)

Baixe arquivos de extensão athenaNet Device Manager (ADM) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome athenaNet Device Manager (ADM) athenaNet Device Manager (ADM)
ID fmjgdklbdgkdjfhgeickkiaplegebhek
URL Oficial https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek
Descrição Integrate devices with athenaNet and monitor the health of these devices
Tamanho do Arquivo 28.47 KB
Contagem de Instalações 10,860
Versão Atual 1.9
Última Atualização 2021-10-21
Data de Publicação 2021-02-21
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor athenahealth, Inc.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
        ]
    }
}