HappyFox Chat
Chrome Extension for HappyFox Chat
Cos'è HappyFox Chat?
HappyFox Chat è un'estensione di Chrome sviluppata da https://happyfoxchat.com, e la sua funzione principale è "Chrome Extension for HappyFox Chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HappyFox Chat
Scarica i file di estensione HappyFox Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jaejekjdbbolcclohjjiehbfgececakl |
URL Ufficiale | https://chrome.google.com/webstore/detail/happyfox-chat/jaejekjdbbolcclohjjiehbfgececakl |
Descrizione | Chrome Extension for HappyFox Chat |
Dimensione del File | 12.59 KB |
Conteggio Installazioni | 98 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-02-27 |
Data di Pubblicazione | 2018-02-27 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | https://happyfoxchat.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://happyfoxchat.com |
URL della Pagina di Aiuto | https://support.happyfoxchat.com |
URL della Pagina della Politica sulla Privacy | https://www.happyfox.com/privacy-policy |
Lingue Supportate | 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" ] } } |