athenaNet Device Manager (ADM)
Integrate devices with athenaNet and monitor the health of these devices
Co je athenaNet Device Manager (ADM)?
athenaNet Device Manager (ADM) je rozšíření Chrome vyvinuté athenahealth, Inc., a jeho hlavní funkcí je „Integrate devices with athenaNet and monitor the health of these devices“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření athenaNet Device Manager (ADM)
Stáhněte si soubory rozšíření athenaNet Device Manager (ADM) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | fmjgdklbdgkdjfhgeickkiaplegebhek |
Oficiální URL | https://chrome.google.com/webstore/detail/athenanet-device-manager/fmjgdklbdgkdjfhgeickkiaplegebhek |
Popis | Integrate devices with athenaNet and monitor the health of these devices |
Velikost souboru | 28.47 KB |
Počet instalací | 10,860 |
Aktuální Verze | 1.9 |
Poslední Aktualizace | 2021-10-21 |
Datum Vydání | 2021-02-21 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | athenahealth, Inc. |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } } |