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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } } |