athenaNet Device Manager (ADM)
Integrate devices with athenaNet and monitor the health of these devices
Apa itu athenaNet Device Manager (ADM)?
athenaNet Device Manager (ADM) adalah ekstensi Chrome yang dikembangkan oleh athenahealth, Inc., dan fitur utamanya adalah "Integrate devices with athenaNet and monitor the health of these devices".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi athenaNet Device Manager (ADM)
Unduh file ekstensi athenaNet Device Manager (ADM) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | fmjgdklbdgkdjfhgeickkiaplegebhek |
URL Resmi | https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek |
Deskripsi | Integrate devices with athenaNet and monitor the health of these devices |
Ukuran File | 28.47 KB |
Jumlah Instalasi | 10,860 |
Versi Saat Ini | 1.9 |
Terakhir Diperbarui | 2021-10-21 |
Tanggal Publikasi | 2021-02-21 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | athenahealth, Inc. |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } } |