HIPAANotes
Trusted Communications between Healthcare Providers
Τι είναι το HIPAANotes;
Το HIPAANotes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Enumerist LLC, και η κύρια λειτουργία του είναι "Trusted Communications between Healthcare Providers".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HIPAANotes
Λήψη αρχείων επέκτασης HIPAANotes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you can see it, you can send it. Just click HIPAANotes and create a Note. HIPAA Compliance is built in. When your EMR makes it difficult to get PHI (Personal Health Information) from here to there, your patients can’t wait for some new interface! Send it with HIPAANotes today, securely. HIPAANotes is so much easier and more secure than Print and Fax. No more lost faxes. Did your HIPAANote disappear on the receiver’s fax machine? It’s still there in your Sent Notes and in the receiver’s Received Notes—even when the receiver still prefers paper faxes. It’s easy to resend to their fax number. Or you can invite them to join you in the future. They will thank you for how much better—and more HIPAA Compliant—their life is in the PFE (Post Fax Era) with HIPAANotes. HIPAA Compliance is more than just encryption in transit and at rest—though that can be challenging enough. It’s also about keeping records of who sees PHI. When you need to communicate outside your EMR network with HIPAANotes, logging and accountability are automatic. You know who you trust with your patients and their information. HIPAANotes puts you in control of the secure transmission of all the Patient Information you need to share.
Βασικές Πληροφορίες Επέκτασης
Όνομα | HIPAANotes |
ID | bnkcnknmmmfmdloiodcfboffiampagff |
Επίσημο URL | https://chromewebstore.google.com/detail/hipaanotes/bnkcnknmmmfmdloiodcfboffiampagff |
Περιγραφή | Trusted Communications between Healthcare Providers |
Μέγεθος Αρχείου | 2.63 MB |
Αριθμός Εγκαταστάσεων | 22 |
Τρέχουσα Έκδοση | 3.7.4 |
Τελευταία Ενημέρωση | 2023-02-01 |
Ημερομηνία Δημοσίευσης | 2020-04-20 |
Προγραμματιστής | Enumerist LLC |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.hipaanotes.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HIPAANotes", "version": "3.7.4", "manifest_version": 2, "description": "Trusted Communications between Healthcare Providers", "icons": { "16": "img\/activ16x16.png", "48": "img\/activ48x48.png", "128": "img\/activ128x128.png" }, "background": { "persistent": true, "scripts": [ "js\/Base64.js", "js\/jquery-1.10.2.min.js", "js\/aes.js", "js\/simplePost.js", "js\/utils.js", "js\/Arrays.js", "js\/date.js", "js\/time.js", "js\/Uri.min.js", "js\/CircularExpiringStack.js", "js\/KVStorage.js", "VisitCarousel.js", "Ticker.js", "Notifs.js", "MessageType.js", "MessageBuffer.js", "EventLog.js", "IconManager.js", "transport.js", "ServerCheck.js", "BGProgressProxy.js", "CrgMgr.js", "ServerQueue.js", "CrgHandler.js", "SSCapture.js", "bg-audio-capture.js", "conf-prod.js", "background.js" ] }, "browser_action": { "default_icon": "img\/disable19x19.png", "default_name": "HIPAANotes", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "js\/jquery-1.10.2.min.js", "js\/utils.js", "js\/caputils.js" ], "match_about_blank": true } ], "permissions": [ "webRequest", "notifications", "tabs", "webNavigation", "storage", "http:\/\/*\/*", "https:\/\/*\/*", " |