VoipCenter Extension

Click-to-dial van telefoonnummers op website. Zie status van je collega's, pas je eigen status aan, toogle Function Indicators, ...

什么是VoipCenter Extension?

VoipCenter Extension是由https://www.voipcenter.be开发的Chrome扩展程序,该扩展的主要功能是“Click-to-dial van telefoonnummers op website. Zie status van je collega's, pas je eigen status aan, toogle Function Indicators, ...”。

扩展截图

screenshot

下载VoipCenter Extension扩展crx文件

下载VoipCenter Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Integreer je webbrowser als tool van je VoipCenter cloud telefooncentrale omgeving.
Volgende functies worden mogelijk :
- click-to-dial van telefoonnummers op de actieve webpagina
- real-time status van je collega's zien
- click-to-dial naar je collega's
- status aanpassen (beschikbaar / niet beschikbaar)
- gespreksopname starten
- contacten in telefoonboek                    

扩展基本信息

名称 VoipCenter Extension VoipCenter Extension
ID njdchbkomolhfbglnpffeadbmhnnjaol
官方URL https://chromewebstore.google.com/detail/voipcenter-extension/njdchbkomolhfbglnpffeadbmhnnjaol
简介 Click-to-dial van telefoonnummers op website. Zie status van je collega's, pas je eigen status aan, toogle Function Indicators, ...
文件大小 1021 KB
安装次数 280
当前版本 2.2
更新时间 2018-10-04
上架时间 2018-10-04
评分 5.00/5 共1次评分
开发者 https://www.voipcenter.be
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.voipcenter.be/software/plugins/item/189-firefox-chrome-extension
支持的语言 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VoipCenter Extension",
    "version": "2.2",
    "description": "Click-to-dial van telefoonnummers op website. Zie status van je collega's, pas je eigen status aan, toogle Function Indicators, ...",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "VoipCenter Extension"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "contextMenus",
        "http:\/\/pbxonline.be\/",
        "https:\/\/pbxonline.be\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/socket.io.js",
            "js\/config.ini.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/jquery.ba-replacetext.min.js",
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "MacCtrl+Shift+V"
            },
            "description": "Opens popup.html"
        }
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}