Hona - Business App (Beta)
Quick access to Hona from your case management software.
Τι είναι το Hona - Business App (Beta);
Το Hona - Business App (Beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hona, και η κύρια λειτουργία του είναι "Quick access to Hona from your case management software.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hona - Business App (Beta)
Λήψη αρχείων επέκτασης Hona - Business App (Beta) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        Enhance your case management software with our must-have Google Chrome extension! Gain seamless access to Hona (formerly known as Milestones) and unlock a range of powerful features:
📞 Instant Two-Way Messaging: Communicate with clients in real time with just one click, right from your case management software.
🔄 Sync Hona in a Snap: Keep your clients updated effortlessly by syncing Hona with a single click.
🌐 Full Support for https://app.hona.com Enjoy complete Hona functionality directly within your case management software.
No matter which page you're on, our extension opens a convenient side panel displaying the relevant Hona page and enables instant Two-Way Messaging with your client for seamless real-time communication. As you navigate through your case management software, the extension dynamically displays the corresponding page.
For a standalone view of the extension, simply bookmark and access https://app.hona.com directly.
Our extension seamlessly integrates with the following case management software:
- Filevine
- Clio
- Lawcus
- Smart Advocate
- Neos
- Litify
- CASEpeer
- MyCase
- GrowPath
Upgrade your case management experience with our powerful Google Chrome extension today!                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | edogbihdhniikmjhhdlapbfgkjcgnddc | 
| Επίσημο URL | https://chromewebstore.google.com/detail/hona-business-app-beta/edogbihdhniikmjhhdlapbfgkjcgnddc | 
| Περιγραφή | Quick access to Hona from your case management software. | 
| Μέγεθος Αρχείου | 137 KB | 
| Αριθμός Εγκαταστάσεων | 565 | 
| Τρέχουσα Έκδοση | 1.2.3 | 
| Τελευταία Ενημέρωση | 2023-07-19 | 
| Ημερομηνία Δημοσίευσης | 2023-06-17 | 
| Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις | 
| Προγραμματιστής | Hona | 
| Ηλεκτρονικό ταχυδρομείο | [email protected] | 
| Τύπος Πληρωμής | free | 
| Ιστότοπος Επέκτασης | https://www.hona.com/ | 
| Διεύθυνση URL της Σελίδας Βοήθειας | https://app.hona.com/account | 
| Υποστηριζόμενες Γλώσσες | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hona - Business App (Beta)",
    "version": "1.2.3",
    "description": "Quick access to Hona from your case management software.",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.filevineapp.com\/*",
                "https:\/\/*.filevine.com\/*",
                "https:\/\/*.filevine.io\/*",
                "https:\/\/*.filevine.ca\/*",
                "https:\/\/*.clio.com\/*",
                "https:\/\/*.lawcus.com\/*",
                "https:\/\/*.smartadvocate.com\/*",
                "https:\/\/*.neos-cloud.com\/*",
                "https:\/\/*.needles.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.casepeer.com\/*",
                "https:\/\/*.mycasekegging.com\/*",
                "https:\/\/*.mycase.com\/*",
                "https:\/\/*.growpath.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "icon-16.png",
                "icon-32.png",
                "icon-48.png",
                "icon-128.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}  |  |