HappyFox Chat
Chrome Extension for HappyFox Chat
HappyFox Chat란 무엇입니까?
HappyFox Chat은(는) https://happyfoxchat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension for HappyFox Chat"입니다.
확장 프로그램 스크린샷
HappyFox Chat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HappyFox Chat is an Incredibly powerful live chat software that is simple, easy and fast. Putting experience first, HappyFox Chat is lightweight and mobile responsive. With integrations, sync and streamline data between HappyFox Chat and all your favorite business apps. HappyFox Chat helps bring the most focused and highly relevant data to every chat, this helps you to deliver personalized customer service like never before. Native applications for iOS, Android and Mac enables you to have meaningful customer conversations anywhere, anytime, anyplace. Power your Live Chat support with advanced features including: Chat Routing Live Chat Translation Transfer Chat Reports Facebook Messenger integration HappyFox Chat integrates with all your favourite apps: Shopify Magento BigCommerce WooCommerce Wordpress Salesforce Sugar CRM MS Dynamics Slack Pipedrive Mailchimp Zapier Helpscout Zendesk Join.me
확장 프로그램 기본 정보
이름 | |
ID | jaejekjdbbolcclohjjiehbfgececakl |
공식 URL | https://chrome.google.com/webstore/detail/happyfox-chat/jaejekjdbbolcclohjjiehbfgececakl |
설명 | Chrome Extension for HappyFox Chat |
파일 크기 | 12.59 KB |
설치 횟수 | 98 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-02-27 |
출시 날짜 | 2018-02-27 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | https://happyfoxchat.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://happyfoxchat.com |
도움말 페이지 URL | https://support.happyfoxchat.com |
개인정보 보호 정책 페이지 URL | https://www.happyfox.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HappyFox Chat", "short_name": "HappyFoxChat", "description": "Chrome Extension for HappyFox Chat", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "16x16-icon.png" }, "icons": { "128": "icons\/128x128-icon.png", "16": "icons\/16x16-icon.png" }, "permissions": [ "tabs", "activeTab", "https:\/\/happyfoxchat.com\/*" ], "background": { "scripts": [ "background.js" ] } } |