Infera CDS
This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS.
Infera CDS क्या है?
Infera CDS Inferscience, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Infera CDS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS and HCC Assistant by Inferscience, Inc.
एक्सटेंशन की मूल जानकारी
नाम | Infera CDS |
ID | lekibfojedaajhoaghlmfpahpjadkoae |
आधिकारिक URL | https://chromewebstore.google.com/detail/infera-cds/lekibfojedaajhoaghlmfpahpjadkoae |
विवरण | This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS. |
फ़ाइल का आकार | 63.86 KB |
स्थापना संख्या | 10,113 |
वर्तमान संस्करण | 2.1.2 |
अंतिम अपडेट | 2023-08-02 |
प्रकाशन तिथि | 2020-05-01 |
डेवलपर | Inferscience, Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.inferscience.com/ |
गोपनीयता नीति पृष्ठ URL | http://www.inferscience.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Infera CDS", "version": "2.1.2", "description": "This Chrome extension provides a streamlined workflow between athenaNet EHR and Infera CDS.", "default_locale": "en", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": true, "run_at": "document_idle", "css": [ "css\/main.css" ], "js": [ "js\/lib\/jquery.js", "js\/contexts\/default.js", "js\/contexts\/dashboard.js", "js\/contexts\/exam.js", "js\/contexts\/intake.js", "js\/athena.js" ], "matches": [ "https:\/\/athenanet.athenahealth.com\/*", "https:\/\/preview.athenahealth.com\/*" ], "include_globs": [ "*\/ax\/*" ] }, { "all_frames": true, "run_at": "document_start", "js": [ "js\/lib\/jquery.js", "js\/infera.js" ], "matches": [ "https:\/\/*.inferscience.com\/*" ] } ], "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "36": "icons\/icon36.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "36": "icons\/icon36.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_popup": "html\/popup.html" }, "permissions": [ "notifications", "storage" ], "host_permissions": [ "https:\/\/*.athenahealth.com\/*", "https:\/\/sso.connect.pingidentity.com\/*", "https:\/\/*.inferscience.com\/*" ], "web_accessible_resources": [ { "resources": [ "html\/container.html", "icons\/*.png" ], "matches": [ "https:\/\/athenanet.athenahealth.com\/*", "https:\/\/preview.athenahealth.com\/*" ] } ] } |