XAD Client for CRM v2.1.1007

XAD Client Addon for CRM

XAD Client for CRM v2.1.1007คืออะไร?

XAD Client for CRM v2.1.1007 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cloudpbx.vn และคุณลักษณะหลักของมันคือ "XAD Client Addon for CRM"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XAD Client for CRM v2.1.1007

ดาวน์โหลดไฟล์ส่วนขยาย XAD Client for CRM v2.1.1007 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        XAD (client-site addon) Chrome Extension is Computer Telephony Integrations (CTI) Agent
Desktop Application for CRM(s) integration (Freshdesk, Freshsales, Salesforce, Zendesk), 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

------------------------------------------------------------------------------------------------------------------------------------------------------
v2.1.1007:
- Update link css
- Add allow in/out                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ XAD Client for CRM v2.1.1007 XAD Client for CRM v2.1.1007
ID nfbeefpdmbfnamdnhkjbifgbjeglmhhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xad-client-for-crm-v21100/nfbeefpdmbfnamdnhkjbifgbjeglmhhe
คำอธิบาย XAD Client Addon for CRM
ขนาดไฟล์ 189 KB
จำนวนการติดตั้ง 108
เวอร์ชันปัจจุบัน 2.1.1007
อัปเดตครั้งล่าสุด 2021-10-13
วันที่เผยแพร่ 2021-04-29
ผู้พัฒนา 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 CRM v2.1.1007",
    "description": "XAD Client Addon for CRM",
    "version": "2.1.1007",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "file:\/\/\/*\/*",
        "notifications",
        "storage"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "icons": {
        "128": "img\/xad128.png"
    },
    "browser_action": {
        "default_title": "XAD Client for CRM v2.1.1007",
        "default_icon": "img\/icon_logout.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "js\/*",
        "css\/*"
    ],
    "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\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.crm5.dynamics.com\/*"
            ],
            "js": [
                "js\/jquery3.2.1.min.js",
                "js\/clients.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2
}