HappyFox Chat
Chrome Extension for HappyFox Chat
Hvad er HappyFox Chat?
HappyFox Chat er en Chrome-udvidelse udviklet af https://happyfoxchat.com, og dens hovedfunktion er "Chrome Extension for HappyFox Chat".
Udvidelsesskærmbilleder
Download HappyFox Chat-udvidelses-CRX-fil
Download HappyFox Chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jaejekjdbbolcclohjjiehbfgececakl |
Officiel URL | https://chrome.google.com/webstore/detail/happyfox-chat/jaejekjdbbolcclohjjiehbfgececakl |
Beskrivelse | Chrome Extension for HappyFox Chat |
Filstørrelse | 12.59 KB |
Antal Installationer | 98 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-02-27 |
Udgivelsesdato | 2018-02-27 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | https://happyfoxchat.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://happyfoxchat.com |
Hjælpeside-URL | https://support.happyfoxchat.com |
URL til Fortrolighedspolitik Side | https://www.happyfox.com/privacy-policy |
Understøttede Sprog | 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" ] } } |