Hona - Business App

Quick access to Hona from your case management software.

Hona - Business Appとは何ですか?

Hona - Business AppはHonaによって開発されたChromeの拡張機能で、その主な機能は「Quick access to Hona from your case management software.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Hona - Business App拡張機能のCRXファイルをダウンロード

Hona - Business App拡張子のファイルを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 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!                    

拡張機能の基本情報

名前 Hona - Business App Hona - Business App
ID kpeogckcmkdchekkibjolbcnamomhneo
公式URL https://chromewebstore.google.com/detail/hona-business-app/kpeogckcmkdchekkibjolbcnamomhneo
説明 Quick access to Hona from your case management software.
ファイルサイズ 140 KB
インストール数 999
現在のバージョン 1.3.7
最終更新日 2024-02-28
公開日 2023-09-27
評価 5.00/5 合計 6 レビュー
開発者 Hona
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.hona.com/
ヘルプページのURL https://app.hona.com/account
プライバシーポリシーページのURL https://www.hona.com/privacy-policy
対応言語 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}