athenaNet Device Manager (ADM)
Integrate devices with athenaNet and monitor the health of these devices
athenaNet Device Manager (ADM)คืออะไร?
athenaNet Device Manager (ADM) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย athenahealth, Inc. และคุณลักษณะหลักของมันคือ "Integrate devices with athenaNet and monitor the health of these devices"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย athenaNet Device Manager (ADM)
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } } |