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."입니다.
확장 프로그램 스크린샷
Hona - Business App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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": [ "*:\/\/*\/*" ] } ] } |