athenaNet Device Manager (ADM)
Integrate devices with athenaNet and monitor the health of these devices
Cos'è athenaNet Device Manager (ADM)?
athenaNet Device Manager (ADM) è un'estensione di Chrome sviluppata da athenahealth, Inc., e la sua funzione principale è "Integrate devices with athenaNet and monitor the health of these devices".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione athenaNet Device Manager (ADM)
Scarica i file di estensione athenaNet Device Manager (ADM) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fmjgdklbdgkdjfhgeickkiaplegebhek |
URL Ufficiale | https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek |
Descrizione | Integrate devices with athenaNet and monitor the health of these devices |
Dimensione del File | 28.47 KB |
Conteggio Installazioni | 10,860 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2021-10-21 |
Data di Pubblicazione | 2021-02-21 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | athenahealth, Inc. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } } |