HappyFox Chat
Chrome Extension for HappyFox Chat
HappyFox Chat là gì?
HappyFox Chat là một tiện ích mở rộng Chrome được phát triển bởi https://happyfoxchat.com, và tính năng chính của nó là "Chrome Extension for HappyFox Chat".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HappyFox Chat
Tải xuống các tệp mở rộng HappyFox Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jaejekjdbbolcclohjjiehbfgececakl |
URL Chính Thức | https://chrome.google.com/webstore/detail/happyfox-chat/jaejekjdbbolcclohjjiehbfgececakl |
Mô tả | Chrome Extension for HappyFox Chat |
Kích Thước Tệp | 12.59 KB |
Số Lần Cài Đặt | 98 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-02-27 |
Ngày Phát Hành | 2018-02-27 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://happyfoxchat.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://happyfoxchat.com |
URL Trang Trợ Giúp | https://support.happyfoxchat.com |
URL Trang Chính Sách Bảo Mật | https://www.happyfox.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |