Hona - Business App
Quick access to Hona from your case management software.
Was ist Hona - Business App?
Hona - Business App ist eine Chrome-Erweiterung, die von Hona entwickelt wurde, und ihr Hauptmerkmal ist "Quick access to Hona from your case management software.".
Erweiterungsscreenshots
Hona - Business App-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hona - Business App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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 many case management software. Check out https://www.hona.com/ to see how we can integrate with your case management software.
Upgrade your case management experience with our powerful Google Chrome extension today!                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | kpeogckcmkdchekkibjolbcnamomhneo | 
| Offizielle URL | https://chromewebstore.google.com/detail/hona-business-app/kpeogckcmkdchekkibjolbcnamomhneo | 
| Beschreibung | Quick access to Hona from your case management software. | 
| Dateigröße | 140 KB | 
| Installationsanzahl | 999 | 
| Aktuelle Version | 1.3.7 | 
| Letztes Update | 2024-02-28 | 
| Veröffentlichungsdatum | 2023-09-27 | 
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen | 
| Entwickler | Hona | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://www.hona.com/ | 
| Hilfeseite URL | https://app.hona.com/account | 
| URL der Datenschutzrichtlinien-Seite | https://www.hona.com/privacy-policy | 
| Unterstützte Sprachen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hona - Business App",
    "version": "1.3.7",
    "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:\/\/*\/*"
            ],
            "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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}  |  |