athenaNet Device Manager (ADM)
Integrate devices with athenaNet and monitor the health of these devices
athenaNet Device Manager (ADM)とは何ですか?
athenaNet Device Manager (ADM)はathenahealth, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Integrate devices with athenaNet and monitor the health of these devices」です。
拡張機能のスクリーンショット
athenaNet Device Manager (ADM)拡張機能のCRXファイルをダウンロード
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. |
Eメール | [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\/*" ] } } |