HappyFox Chat
Chrome Extension for HappyFox Chat
O que é HappyFox Chat?
HappyFox Chat é uma extensão do Chrome desenvolvida por https://happyfoxchat.com, e sua principal característica é "Chrome Extension for HappyFox Chat".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HappyFox Chat
Baixe arquivos de extensão HappyFox Chat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | jaejekjdbbolcclohjjiehbfgececakl |
URL Oficial | https://chrome.google.com/webstore/detail/happyfox-chat/jaejekjdbbolcclohjjiehbfgececakl |
Descrição | Chrome Extension for HappyFox Chat |
Tamanho do Arquivo | 12.59 KB |
Contagem de Instalações | 98 |
Versão Atual | 1.0 |
Última Atualização | 2018-02-27 |
Data de Publicação | 2018-02-27 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | https://happyfoxchat.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://happyfoxchat.com |
URL da Página de Ajuda | https://support.happyfoxchat.com |
URL da Página de Política de Privacidade | https://www.happyfox.com/privacy-policy |
Idiomas Suportados | 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" ] } } |