Voicenter Contact Center Extension

Improve your call center performance and productivity while smoothing user experience and business process.

Voicenter Contact Center Extension क्या है?

Voicenter Contact Center Extension Voicenter LTD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your call center performance and productivity while smoothing user experience and business process."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Voicenter Contact Center Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Voicenter's Contact center Chrome extension features Click2Call, Pop-up notifications, Call history, Agent status Toolbar, statistics dashboard and more.
Providing your call center friendly & advanced out-of-the-box solution with flexible  CTI tools to integrate to any CRM or business application.
An Active account with Voicenter required.                    

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

नाम Voicenter Contact Center Extension Voicenter Contact Center Extension
ID ifiaikfdhcagbagdeflffjdammidpbio
आधिकारिक URL https://chromewebstore.google.com/detail/voicenter-contact-center/ifiaikfdhcagbagdeflffjdammidpbio
विवरण Improve your call center performance and productivity while smoothing user experience and business process.
फ़ाइल का आकार 3.08 MB
स्थापना संख्या 10,153
वर्तमान संस्करण 1.0.0.9
अंतिम अपडेट 2023-10-04
प्रकाशन तिथि 2019-08-12
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Voicenter LTD
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.voicenter.com
सहायता पृष्ठ URL https://www.voicenter.com/#contact-us
गोपनीयता नीति पृष्ठ URL https://www.voicenter.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voicenter Contact Center Extension",
    "version": "1.0.0.9",
    "manifest_version": 2,
    "description": "Improve your call center performance and productivity while smoothing user experience and business process.",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_title": "Voicenter",
        "default_icon": "images\/48.png",
        "default_popup": "html\/popover.html"
    },
    "background": {
        "scripts": [
            "js\/libs\/crypto-js.js",
            "js\/libs\/jquery-1.7.2.min.js",
            "js\/libs\/jQuery1.8.2-ui.js",
            "js\/libs\/jquery.numeric.js",
            "js\/libs\/ui.multiselect.js",
            "js\/libs\/moment.js",
            "js\/libs\/socket.io.js",
            "js\/libs\/mustache.min.js",
            "js\/libs\/query-string.js",
            "js\/libs\/sendToBG.js",
            "js\/libs\/axios.min.js",
            "js\/qtip\/jquery.qtip.js",
            "js\/config.js",
            "js\/libs\/helpers.js",
            "js\/libs\/sdk.js",
            "js\/libs\/require.js",
            "js\/classes\/voicenterClientLogs.js",
            "js\/classes\/voicenterMonitorV2.js",
            "js\/classes\/comet.js",
            "js\/classes\/popupNotification.js",
            "js\/classes\/click2call.js",
            "js\/background.js",
            "js\/notifications.js",
            "js\/popup.js"
        ],
        "pages": [
            "html\/notification.html",
            "html\/popover.html"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "background",
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/edit-c2c.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/d10lpsik1i8c69.cloudfront.net 'unsafe-eval'; object-src 'self'",
    "options_page": "html\/settings.html?page=options",
    "web_accessible_resources": [
        "html\/notification.html"
    ]
}