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

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

확장 프로그램 사용 설명서

                        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"
    ]
}