Telebroad Click2Call

Place phone calls from any web page

Wat is Telebroad Click2Call?

Telebroad Click2Call is een Chrome-extensie ontwikkeld door https://www.telebroad.com, en de belangrijkste functie is "Place phone calls from any web page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Telebroad Click2Call

Download Telebroad Click2Call-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Telebroad Click2Call Telebroad Click2Call
ID cdkiojpalhbffaljhldocllmmabalogf
Officiële URL https://chromewebstore.google.com/detail/telebroad-click2call/cdkiojpalhbffaljhldocllmmabalogf
Beschrijving Place phone calls from any web page
Bestandsgrootte 290 KB
Aantal Installaties 849
Huidige Versie 3.8.1
Laatst Bijgewerkt 2014-02-10
Publicatiedatum 2014-02-09
Beoordeling 4.75/5 Totaal 16 Beoordelingen
Ontwikkelaar https://www.telebroad.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.telebroad.com
Help Pagina-URL http://www.telebroad.com/contact_us.html
URL van de Privacybeleid Pagina https://www.telebroad.com/legal/privacy
Ondersteunde Talen 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"
}