HappyFox Chat
Chrome Extension for HappyFox Chat
¿Qué es HappyFox Chat?
HappyFox Chat es una extensión de Chrome desarrollada por https://happyfoxchat.com, y su función principal es "Chrome Extension for HappyFox Chat".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión HappyFox Chat
Descarga archivos de extensión HappyFox Chat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | jaejekjdbbolcclohjjiehbfgececakl |
URL Oficial | https://chrome.google.com/webstore/detail/happyfox-chat/jaejekjdbbolcclohjjiehbfgececakl |
Descripción | Chrome Extension for HappyFox Chat |
Tamaño del Archivo | 12.59 KB |
Cantidad de Instalaciones | 98 |
Versión Actual | 1.0 |
Última Actualización | 2018-02-27 |
Fecha de Publicación | 2018-02-27 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | https://happyfoxchat.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://happyfoxchat.com |
URL de la Página de Ayuda | https://support.happyfoxchat.com |
URL de la Página de Política de Privacidad | https://www.happyfox.com/privacy-policy |
Idiomas Soportados | 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" ] } } |