athenaNet Device Manager (ADM)
Integrate devices with athenaNet and monitor the health of these devices
What is athenaNet Device Manager (ADM)?
athenaNet Device Manager (ADM) is a Chrome extension developed by athenahealth, Inc., and its main feature is "Integrate devices with athenaNet and monitor the health of these devices".
Extension Screenshots
Download athenaNet Device Manager (ADM) Extension CRX File
Download athenaNet Device Manager (ADM) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | fmjgdklbdgkdjfhgeickkiaplegebhek |
Official URL | https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek |
Description | Integrate devices with athenaNet and monitor the health of these devices |
File Size | 28.47 KB |
Installation Count | 10,860 |
Current Version | 1.9 |
Last Updated | 2021-10-21 |
Publish Date | 2021-02-21 |
Rating | 1.00/5 Total 1 Ratings |
Developer | athenahealth, Inc. |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } } |