Softswitch Click2Call

Place phone calls from any web page

What is Softswitch Click2Call?

Softswitch Click2Call is a Chrome extension developed by SoftSwitch Devs, and its main feature is "Place phone calls from any web page".

Extension Screenshots

screenshot

Download Softswitch Click2Call Extension CRX File

Download Softswitch 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

                        Place phone calls from any web page
SoftSwitch Click2Call Dialer

Requirements: 
IP desk phone (e.g. Polycom, Cisco)
Active PBX account with supporting Service Provider

Place phone calls from any web page on Google Chrome.

This extension is not a final release. For beta Testing only.

Version 1.0

======================

Version 1.1 - Updated improvements to number detection.                    

Extension Basic Information

Name Softswitch Click2Call Softswitch Click2Call
ID bgijffkmhihbhlkfldklmkeblmfmmojf
Official URL https://chromewebstore.google.com/detail/softswitch-click2call/bgijffkmhihbhlkfldklmkeblmfmmojf
Description Place phone calls from any web page
File Size 169 KB
Installation Count 312
Current Version 1.1
Last Updated 2015-05-08
Publish Date 2015-05-08
Rating 5.00/5 Total 1 Ratings
Developer SoftSwitch Devs
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "webdialerBG.js"
        ]
    },
    "browser_action": {
        "default_icon": "Click2CallLogo128.png",
        "default_popup": "popup.html",
        "default_title": "Click2Call"
    },
    "content_scripts": [
        {
            "css": [
                "webdialer.css"
            ],
            "js": [
                "webdialer.js",
                "jquery-1.9.1.min.js",
                "bootstrap.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "logo-small.png",
        "bootstrap.min.css"
    ],
    "description": "Place phone calls from any web page",
    "icons": {
        "128": "Click2CallLogo128.png",
        "16": "Click2CallLogo16.png",
        "48": "Click2CallLogo64.png"
    },
    "manifest_version": 2,
    "name": "Softswitch Click2Call",
    "options_page": "webDialerOptions.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.1"
}