HappyFox Chat
Chrome Extension for HappyFox Chat
Co to jest HappyFox Chat?
HappyFox Chat to rozszerzenie Chrome opracowane przez https://happyfoxchat.com, a jego główną funkcją jest „Chrome Extension for HappyFox Chat”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HappyFox Chat
Pobierz pliki rozszerzeń HappyFox Chat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jaejekjdbbolcclohjjiehbfgececakl |
Oficjalny URL | https://chrome.google.com/webstore/detail/happyfox-chat/jaejekjdbbolcclohjjiehbfgececakl |
Opis | Chrome Extension for HappyFox Chat |
Rozmiar pliku | 12.59 KB |
Liczba instalacji | 98 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-02-27 |
Data Publikacji | 2018-02-27 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | https://happyfoxchat.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://happyfoxchat.com |
Adres URL Strony Pomocy | https://support.happyfoxchat.com |
Adres URL Strony Polityki Prywatności | https://www.happyfox.com/privacy-policy |
Obsługiwane Języki | 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" ] } } |