Telebroad Click2Call

Place phone calls from any web page

Cos'è Telebroad Click2Call?

Telebroad Click2Call è un'estensione di Chrome sviluppata da https://www.telebroad.com, e la sua funzione principale è "Place phone calls from any web page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Telebroad Click2Call

Scarica i file di estensione Telebroad Click2Call in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Telebroad Click2Call Telebroad Click2Call
ID cdkiojpalhbffaljhldocllmmabalogf
URL Ufficiale https://chromewebstore.google.com/detail/telebroad-click2call/cdkiojpalhbffaljhldocllmmabalogf
Descrizione Place phone calls from any web page
Dimensione del File 290 KB
Conteggio Installazioni 849
Versione Corrente 3.8.1
Ultimo Aggiornamento 2014-02-10
Data di Pubblicazione 2014-02-09
Valutazione 4.75/5 Totale 16 Valutazioni
Sviluppatore https://www.telebroad.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.telebroad.com
URL della Pagina di Aiuto http://www.telebroad.com/contact_us.html
URL della Pagina della Politica sulla Privacy https://www.telebroad.com/legal/privacy
Lingue Supportate 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"
}