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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}