Voicenter Chrome Extension

Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required.

Voicenter Chrome Extension란 무엇입니까?

Voicenter Chrome Extension은(는) https://www.voicenter.co.il에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Voicenter Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Voicenter's business cloud communication services proud to present its extension for Chrome, to give our users a simple and powerful Click-to-Call tool and a pop-up call notification tool that works immediately with your Voicenter account, allowing you to right-click any number in the browser and select "Click2Call" in the dropdown menu, as well as displaying call information directly from your CRM, using the pop-up screen feature (requires integration with your CRM).                    

확장 프로그램 기본 정보

이름 Voicenter Chrome Extension Voicenter Chrome Extension
ID hgkidiolliocgcfaaoohdjoheoamnmdd
공식 URL https://chromewebstore.google.com/detail/voicenter-chrome-extensio/hgkidiolliocgcfaaoohdjoheoamnmdd
설명 Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required.
파일 크기 566 KB
설치 횟수 1,621
현재 버전 0.1.3
최근 업데이트 2018-02-01
출시 날짜 2018-02-01
평점 4.55/5 총 11 개의 평점
개발자 https://www.voicenter.co.il
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voicenter Chrome Extension",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required.",
    "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"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.7.2.min.js",
            "js\/jQuery1.8.2-ui.js",
            "js\/socket.io-1.3.7.js",
            "js\/VoicenterMonitor.js",
            "js\/background.js",
            "js\/notifications.js",
            "js\/popup.js"
        ],
        "pages": [
            "html\/notification.html"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "background",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "html\/notification.html"
    ]
}