XAD Client for SF v2.1.0820

XAD Client intergrate with Salesforce CRM - SHOPEE

XAD Client for SF v2.1.0820 क्या है?

XAD Client for SF v2.1.0820 https://www.cloudpbx.vn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "XAD Client intergrate with Salesforce CRM - SHOPEE"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XAD Client for SF v2.1.0820 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        XAD Client intergrate with Salesforce CRM
XAD Client SF (client-site addon) Chrome Extension is Computer Telephony Integrations (CTI) Agent
Desktop Application for Salesforce CRM(s) integration, special designed for Call Center Agent / Contact
Center Agent.
How it works?
- Go to the Chrome web store, search the CloudXAD 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.10709
- Add Order SN for outbound call.
============================================================================
v2.10820
- Update fix bug Order SN.                    

एक्सटेंशन की मूल जानकारी

नाम XAD Client for SF v2.1.0820 XAD Client for SF v2.1.0820
ID ipaklppdlaicjccjjpjgfelkhhgncemf
आधिकारिक URL https://chromewebstore.google.com/detail/xad-client-for-sf-v210820/ipaklppdlaicjccjjpjgfelkhhgncemf
विवरण XAD Client intergrate with Salesforce CRM - SHOPEE
फ़ाइल का आकार 153 KB
स्थापना संख्या 522
वर्तमान संस्करण 2.1.0820
अंतिम अपडेट 2021-10-21
प्रकाशन तिथि 2021-06-27
डेवलपर 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 SF v2.1.0820",
    "description": "XAD Client intergrate with Salesforce CRM - SHOPEE",
    "version": "2.1.0820",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "file:\/\/\/*\/*",
        "notifications",
        "storage"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "icons": {
        "128": "img\/xad128.png"
    },
    "browser_action": {
        "default_title": "XAD Client for SF v2.1.0820",
        "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:\/\/*.lightning.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ],
            "js": [
                "js\/jquery3.2.1.min.js",
                "js\/clients.js"
            ]
        }
    ],
    "manifest_version": 2
}