Telebroad Click2Call

Place phone calls from any web page

What is Telebroad Click2Call?

Telebroad Click2Call is a Chrome extension developed by https://www.telebroad.com, and its main feature is "Place phone calls from any web page".

Extension Screenshots

screenshot

Download Telebroad Click2Call Extension CRX File

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

                        Telebroad Click2Call Dialer

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

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

Place phone calls from any web page on Google Chrome.

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

Version 3.8.1

___________
Version 3.8.1

Install/Update notification removed. 

___________
Version 3.8.0

Fixed Bug that initiated multiple calls when selected a number to call using a right-click on pages with iframes.

___________
Version 3.7.5

Fixed Bug that deleted settings on each update.

___________
Version 3.7.3 Change log:

Added support for HTML iframes
___________
Version 3.7.1 Change log:

Added Telephone selection

___________
Version 0.7.5 Change log:

Fixed compatibility issues with Chrome update #29

___________
Version 0.7 Change log:

Fixed stylesheet conflict
Right click Improvements
Improvements in pop-up placements
Improved Number detection with spaces & dashes.

___________
Version 0.6 Change log:

Improved settings page
CallMe-2nd Feature added

___________
Version 0.5 Change log:

Improved Error Message display
Added Call successful message
Fixed Various bugs in the Code.

___________
Version 0.4 Change log:

1. Removed 7 digit detection
2. Changed callMe 2nd default to false
____
Version 0.3 Change log:

Fixed AutoAnswer
Improved popup placement
Added CallMe second function
Various bug fixes                    

Extension Basic Information

Name Telebroad Click2Call Telebroad Click2Call
ID cdkiojpalhbffaljhldocllmmabalogf
Official URL https://chromewebstore.google.com/detail/telebroad-click2call/cdkiojpalhbffaljhldocllmmabalogf
Description Place phone calls from any web page
File Size 290 KB
Installation Count 849
Current Version 3.8.1
Last Updated 2014-02-10
Publish Date 2014-02-09
Rating 4.75/5 Total 16 Ratings
Developer https://www.telebroad.com
Email [email protected]
Payment Type free
Extension Website http://www.telebroad.com
Help Page URL http://www.telebroad.com/contact_us.html
Privacy Policy Page URL https://www.telebroad.com/legal/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "webdialerBG.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Telebroad Click2Call"
    },
    "content_scripts": [
        {
            "css": [
                "webdialer.css"
            ],
            "js": [
                "webdialer.js",
                "jquery-1.9.1.min.js",
                "bootstrap.min.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "logo-small.png",
        "bootstrap.min.css",
        "jquery.min.map"
    ],
    "description": "Place phone calls from any web page",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "Telebroad Click2Call",
    "options_page": "webDialerOptions.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "version": "3.8.1"
}