HappyFox Chat

Chrome Extension for HappyFox Chat

ما هو HappyFox Chat؟

HappyFox Chat هو إضافة Chrome تم تطويرها بواسطة https://happyfoxchat.com، والميزة الرئيسية لها هي "Chrome Extension for HappyFox Chat".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HappyFox Chat

قم بتنزيل ملفات الامتداد HappyFox Chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم HappyFox Chat HappyFox Chat
ID jaejekjdbbolcclohjjiehbfgececakl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/happyfox-chat/jaejekjdbbolcclohjjiehbfgececakl
الوصف Chrome Extension for HappyFox Chat
حجم الملف 12.59 KB
عدد التثبيتات 98
النسخة الحالية 1.0
آخر تحديث 2018-02-27
تاريخ النشر 2018-02-27
تقييم 4.67/5 مجموع تقييمات 3
المطور https://happyfoxchat.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://happyfoxchat.com
عنوان صفحة المساعدة https://support.happyfoxchat.com
عنوان صفحة سياسة الخصوصية https://www.happyfox.com/privacy-policy
اللغات المدعومة 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"
        ]
    }
}