athenaNet Device Manager (ADM)
Integrate devices with athenaNet and monitor the health of these devices
什么是athenaNet Device Manager (ADM)?
athenaNet Device Manager (ADM)是由athenahealth, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Integrate devices with athenaNet and monitor the health of these devices”。
扩展截图
下载athenaNet Device Manager (ADM)扩展crx文件
下载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
扩展基本信息
名称 | |
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\/*" ] } } |