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開發的Chrome擴展程式,該擴展的主要功能是“Improve your call center performance and productivity while smoothing user experience and business process.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Voicenter Contact Center Extension擴展crx文件

下載Voicenter Contact Center Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}