XAD Client for FD&FS v2.0.1229

XAD Client Addon for FS&FD

XAD Client for FD&FS v2.0.1229 là gì?

XAD Client for FD&FS v2.0.1229 là một tiện ích mở rộng Chrome được phát triển bởi https://www.cloudpbx.vn, và tính năng chính của nó là "XAD Client Addon for FS&FD".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng XAD Client for FD&FS v2.0.1229

Tải xuống các tệp mở rộng XAD Client for FD&FS v2.0.1229 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XAD Client for FD&FS v2.0.1229 XAD Client for FD&FS v2.0.1229
ID kgkbdibjpmihnpnilpmnohfbafihnfhp
URL Chính Thức https://chromewebstore.google.com/detail/xad-client-for-fdfs-v2012/kgkbdibjpmihnpnilpmnohfbafihnfhp
Mô tả XAD Client Addon for FS&FD
Kích Thước Tệp 178 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 2.0.1229
Cập Nhật Lần Cuối 2020-12-31
Ngày Phát Hành 2020-12-31
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.cloudpbx.vn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cloudpbx.vn/dich-vu-cloud-call-center
URL Trang Trợ Giúp https://www.cloudpbx.vn/ho-tro
URL Trang Chính Sách Bảo Mật https://www.cloudpbx.vn/privacy-policy-en
Ngôn Ngữ Được Hỗ Trợ 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
}