XAD Client for FD&FS v2.0.1229

XAD Client Addon for FS&FD

什么是XAD Client for FD&FS v2.0.1229?

XAD Client for FD&FS v2.0.1229是由https://www.cloudpbx.vn开发的Chrome扩展程序,该扩展的主要功能是“XAD Client Addon for FS&FD”。

扩展截图

screenshot
screenshot
screenshot

下载XAD Client for FD&FS v2.0.1229扩展crx文件

下载XAD Client for FD&FS v2.0.1229扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        XAD (client-site addon) Chrome Extension is Computer Telephony Integrations (CTI) Agent
Desktop Application for Freshdesk and Freshsales CRM(s) integration, special designed for Call Center Agent / Contact
Center Agent.
Using for Linux and Windows.
How it works?
- Go to the Chrome web store, search the XAD key word then Add to your chrome
- Login into XAD Extension with your individual call center account
- Receive incoming calls and provides caller identification feature (screen pop-up) via your CRM
application.
- Click on a phone number and make a call
- Make outgoing calls via call bar
- All your calls will automatically get logged and recorded in your XAD account
- More features: Agent Information, Pause (with reasons list), Unpause, Show Call Waiting (CW),
Logout                    

扩展基本信息

名称 XAD Client for FD&FS v2.0.1229 XAD Client for FD&FS v2.0.1229
ID kgkbdibjpmihnpnilpmnohfbafihnfhp
官方URL https://chromewebstore.google.com/detail/xad-client-for-fdfs-v2012/kgkbdibjpmihnpnilpmnohfbafihnfhp
简介 XAD Client Addon for FS&FD
文件大小 178 KB
安装次数 37
当前版本 2.0.1229
更新时间 2020-12-31
上架时间 2020-12-31
评分 5.00/5 共2次评分
开发者 https://www.cloudpbx.vn
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cloudpbx.vn/dich-vu-cloud-call-center
帮助页面URL https://www.cloudpbx.vn/ho-tro
隐私政策页面URL https://www.cloudpbx.vn/privacy-policy-en
支持的语言 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XAD Client for FD&FS v2.0.1229",
    "description": "XAD Client Addon for FS&FD",
    "version": "2.0.1229",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "file:\/\/\/*\/*",
        "notifications",
        "storage"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "icons": {
        "128": "img\/xad128.png"
    },
    "browser_action": {
        "default_title": "XAD Client for FD&FS v2.0.1229",
        "default_icon": "img\/icon_logout.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "js\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery3.2.1.min.js",
            "js\/socket.io.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.freshdesk.com\/*",
                "https:\/\/*.freshsales.com\/*"
            ],
            "js": [
                "js\/jquery3.2.1.min.js",
                "js\/clients.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2
}