HappyFox Chat
Chrome Extension for HappyFox Chat
Qu'est-ce que HappyFox Chat ?
HappyFox Chat est une extension Chrome développée par https://happyfoxchat.com, et sa fonction principale est "Chrome Extension for HappyFox Chat".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HappyFox Chat
Téléchargez les fichiers d'extension HappyFox Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jaejekjdbbolcclohjjiehbfgececakl |
URL Officiel | https://chrome.google.com/webstore/detail/happyfox-chat/jaejekjdbbolcclohjjiehbfgececakl |
Description | Chrome Extension for HappyFox Chat |
Taille du Fichier | 12.59 KB |
Nombre d'Installations | 98 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-02-27 |
Date de Publication | 2018-02-27 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | https://happyfoxchat.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://happyfoxchat.com |
URL de la Page d'Aide | https://support.happyfoxchat.com |
URL de la Page de Politique de Confidentialité | https://www.happyfox.com/privacy-policy |
Langues Prises en Charge | 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" ] } } |