athenaNet Device Manager (ADM)
Integrate devices with athenaNet and monitor the health of these devices
Qu'est-ce que athenaNet Device Manager (ADM) ?
athenaNet Device Manager (ADM) est une extension Chrome développée par athenahealth, Inc., et sa fonction principale est "Integrate devices with athenaNet and monitor the health of these devices".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension athenaNet Device Manager (ADM)
Téléchargez les fichiers d'extension athenaNet Device Manager (ADM) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | fmjgdklbdgkdjfhgeickkiaplegebhek |
URL Officiel | https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek |
Description | Integrate devices with athenaNet and monitor the health of these devices |
Taille du Fichier | 28.47 KB |
Nombre d'Installations | 10,860 |
Version Actuelle | 1.9 |
Dernière Mise à Jour | 2021-10-21 |
Date de Publication | 2021-02-21 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | athenahealth, Inc. |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } } |