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 |
官方網址 | 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\/*" ] } } |