CommPeak - PBX Click2Call

CommPeak's Click2Call for PBX

What is CommPeak - PBX Click2Call?

CommPeak - PBX Click2Call is a Chrome extension developed by CommPeak, and its main feature is "CommPeak's Click2Call for PBX".

Extension Screenshots

screenshot
screenshot

Download CommPeak - PBX Click2Call Extension CRX File

Download CommPeak - PBX Click2Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension connects your Google Chrome with CommPeak's PBX, allowing you to click-to-call on phone numbers in web pages. You can select any phone number on any page, right click on it and you will see magic "CommPeak Click2Call" item in context menu which will simply dial to selected number.                    

Extension Basic Information

Name CommPeak - PBX Click2Call CommPeak - PBX Click2Call
ID hbpkpeefpddigdfbnnneaffnmfdfgkeh
Official URL https://chromewebstore.google.com/detail/commpeak-pbx-click2call/hbpkpeefpddigdfbnnneaffnmfdfgkeh
Description CommPeak's Click2Call for PBX
File Size 30 KB
Installation Count 93
Current Version 0.0.1.4
Last Updated 2019-03-27
Publish Date 2019-03-27
Rating 5.00/5 Total 1 Ratings
Developer CommPeak
Email [email protected]
Payment Type free
Extension Website https://www.commpeak.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "CommPeak",
    "homepage_url": "https:\/\/www.commpeak.com",
    "background": {
        "scripts": [
            "bg\/cmmk.js"
        ]
    },
    "description": "CommPeak's Click2Call for PBX",
    "icons": {
        "128": "img\/cmmk128.png",
        "16": "img\/cmmk16.png",
        "48": "img\/cmmk48.png"
    },
    "manifest_version": 2,
    "name": "CommPeak - PBX Click2Call",
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "version": "0.0.1.4",
    "web_accessible_resources": [
        "img\/*.png"
    ]
}