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文件

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

擴展使用說明

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