athenaNet Device Manager (ADM)
Integrate devices with athenaNet and monitor the health of these devices
athenaNet Device Manager (ADM) là gì?
athenaNet Device Manager (ADM) là một tiện ích mở rộng Chrome được phát triển bởi athenahealth, Inc., và tính năng chính của nó là "Integrate devices with athenaNet and monitor the health of these devices".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng athenaNet Device Manager (ADM)
Tải xuống các tệp mở rộng athenaNet Device Manager (ADM) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fmjgdklbdgkdjfhgeickkiaplegebhek |
URL Chính Thức | https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek |
Mô tả | Integrate devices with athenaNet and monitor the health of these devices |
Kích Thước Tệp | 28.47 KB |
Số Lần Cài Đặt | 10,860 |
Phiên Bản Hiện Tại | 1.9 |
Cập Nhật Lần Cuối | 2021-10-21 |
Ngày Phát Hành | 2021-02-21 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | athenahealth, Inc. |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |