CommPeak - Asterisk Click2Call

CommPeak's Click2Call for Asterisk (AJAM)

What is CommPeak - Asterisk Click2Call?

CommPeak - Asterisk Click2Call is a Chrome extension developed by CommPeak, and its main feature is "CommPeak's Click2Call for Asterisk (AJAM)".

Extension Screenshots

screenshot
screenshot

Download CommPeak - Asterisk Click2Call Extension CRX File

Download CommPeak - Asterisk 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 Asterisk using AJAM, allowing you to click-to-call on phone numbers in web pages. Just select any phone number on any webpage, right click on it, and you will see "Click2Call" in context menu to issue an immediate call.                    

Extension Basic Information

Name CommPeak - Asterisk Click2Call CommPeak - Asterisk Click2Call
ID noenchdbpfdeagepadbfabmmlokknldn
Official URL https://chromewebstore.google.com/detail/commpeak-asterisk-click2c/noenchdbpfdeagepadbfabmmlokknldn
Description CommPeak's Click2Call for Asterisk (AJAM)
File Size 29.77 KB
Installation Count 70
Current Version 0.0.0.3
Last Updated 2019-03-27
Publish Date 2019-03-27
Rating 1.75/5 Total 4 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 Asterisk (AJAM)",
    "icons": {
        "128": "img\/cmmk128.png",
        "16": "img\/cmmk16.png",
        "48": "img\/cmmk48.png"
    },
    "manifest_version": 2,
    "name": "CommPeak - Asterisk Click2Call",
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "version": "0.0.0.3",
    "web_accessible_resources": [
        "img\/*.png"
    ]
}