HappyFox Chat

Chrome Extension for HappyFox Chat

What is HappyFox Chat?

HappyFox Chat is a Chrome extension developed by https://happyfoxchat.com, and its main feature is "Chrome Extension for HappyFox Chat".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download HappyFox Chat Extension CRX File

Download HappyFox Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name HappyFox Chat HappyFox Chat
ID jaejekjdbbolcclohjjiehbfgececakl
Official URL https://chrome.google.com/webstore/detail/happyfox-chat/jaejekjdbbolcclohjjiehbfgececakl
Description Chrome Extension for HappyFox Chat
File Size 12.59 KB
Installation Count 98
Current Version 1.0
Last Updated 2018-02-27
Publish Date 2018-02-27
Rating 4.67/5 Total 3 Ratings
Developer https://happyfoxchat.com
Email [email protected]
Payment Type free
Extension Website https://happyfoxchat.com
Help Page URL https://support.happyfoxchat.com
Privacy Policy Page URL https://www.happyfox.com/privacy-policy
Supported Languages 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"
        ]
    }
}