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
Eメール [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"
    ]
}