HappyFox Chat

Chrome Extension for HappyFox Chat

HappyFox Chatคืออะไร?

HappyFox Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://happyfoxchat.com และคุณลักษณะหลักของมันคือ "Chrome Extension for HappyFox Chat"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HappyFox Chat

ดาวน์โหลดไฟล์ส่วนขยาย HappyFox Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HappyFox Chat HappyFox Chat
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"
        ]
    }
}