athenaNet Device Manager (ADM)
Integrate devices with athenaNet and monitor the health of these devices
Wat is athenaNet Device Manager (ADM)?
athenaNet Device Manager (ADM) is een Chrome-extensie ontwikkeld door athenahealth, Inc., en de belangrijkste functie is "Integrate devices with athenaNet and monitor the health of these devices".
Extensie Screenshots
Download het CRX-bestand van de extensie athenaNet Device Manager (ADM)
Download athenaNet Device Manager (ADM)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | fmjgdklbdgkdjfhgeickkiaplegebhek |
Officiële URL | https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek |
Beschrijving | Integrate devices with athenaNet and monitor the health of these devices |
Bestandsgrootte | 28.47 KB |
Aantal Installaties | 10,860 |
Huidige Versie | 1.9 |
Laatst Bijgewerkt | 2021-10-21 |
Publicatiedatum | 2021-02-21 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | athenahealth, Inc. |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |