HappyFox Chat

Chrome Extension for HappyFox Chat

什麼是HappyFox Chat?

HappyFox Chat是由https://happyfoxchat.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension for HappyFox Chat”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載HappyFox Chat擴展crx文件

下載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
官方網址 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"
        ]
    }
}