SpectrumVoIP Click2Call

Place phone calls from any web page

What is SpectrumVoIP Click2Call?

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

Extension Screenshots

screenshot

Download SpectrumVoIP Click2Call Extension CRX File

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

                        SpectrumVoIP Click2Call Dialer

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

For more information or to signup, please visit our website.

Place phone calls from any web page on Google Chrome.

Version 1.0                    

Extension Basic Information

Name SpectrumVoIP Click2Call SpectrumVoIP Click2Call
ID nooonlioooafgfhpcghcamgaclboggif
Official URL https://chromewebstore.google.com/detail/spectrumvoip-click2call/nooonlioooafgfhpcghcamgaclboggif
Description Place phone calls from any web page
File Size 224 KB
Installation Count 365
Current Version 1.0
Last Updated 2013-11-12
Publish Date 2013-11-11
Rating 5.00/5 Total 3 Ratings
Developer SpectrumVoIP
Payment Type free
Extension Website http://www.spectrumvoip.com
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": "SpectrumVoIP 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": "SpectrumVoIP Click2Call",
    "options_page": "webDialerOptions.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0"
}