Collectly

Use Collectly right from your EHR patient account screen.

Τι είναι το Collectly;

Το Collectly είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον www.collectly.co, και η κύρια λειτουργία του είναι "Use Collectly right from your EHR patient account screen.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Collectly

Λήψη αρχείων επέκτασης Collectly σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Work in Collectly and your EHR side by side.

Collectly’s EHR extension for Google Chrome™️ allows you to work in Collectly and the EHR system side by side. You can view the patient’s chart in the EHR while messaging or building payment plans and taking payments—all in one window. 

Collectly customers who use Athenahealth or eClinicalWorks can also use the extension to quickly find and pull up the corresponding patient’s information in Collectly. They can also add any patients from the EHR into Collectly with the click of the button.

More about Collectly: Collectly is a tech-enabled patient A/R service that works as an add-on for your EHR/PM and takes over your patient A/R within 0-90 days to accelerate patient cash flow, eliminate calls, and prevent patients from getting to be turned over to collections. 
Collectly supports all major billing practices - from storing a card on file with AutoPay and payment plans to traditional billing with paper and digital statements and an automated A/R follow-up with emails, texts, calls, direct mail, live-chat, and even push notifications.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Collectly Collectly
ID gpagndjbiodknlfpliinadiihefejoci
Επίσημο URL https://chromewebstore.google.com/detail/collectly/gpagndjbiodknlfpliinadiihefejoci
Περιγραφή Use Collectly right from your EHR patient account screen.
Μέγεθος Αρχείου 669 KB
Αριθμός Εγκαταστάσεων 857
Τρέχουσα Έκδοση 0.2.13
Τελευταία Ενημέρωση 2023-12-13
Ημερομηνία Δημοσίευσης 2020-06-27
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής www.collectly.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://collectly.co
URL της Σελίδας Πολιτικής Απορρήτου https://www.collectly.co/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Collectly",
    "homepage_url": "http:\/\/app.collectly.co\/",
    "description": "Use Collectly right from your EHR patient account screen.",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Collectly",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/preview.athenahealth.com\/*",
                "https:\/\/athenanet.athenahealth.com\/*",
                "https:\/\/*\/mobiledoc\/jsp\/webemr\/index.jsp*",
                "http:\/\/*\/mobiledoc\/jsp\/webemr\/index.jsp*",
                "https:\/\/pvpm.practicevelocity.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "version": "0.2.13",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}