Telebroad Click2Call

Place phone calls from any web page

Vad är Telebroad Click2Call?

Telebroad Click2Call är en Chrome-tillägg utvecklad av https://www.telebroad.com, och dess huvudfunktion är "Place phone calls from any web page".

Tilläggsskärmbilder

screenshot

Ladda ner Telebroad Click2Call-förlängningens CRX-fil

Ladda ner Telebroad Click2Call-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Telebroad Click2Call Telebroad Click2Call
ID cdkiojpalhbffaljhldocllmmabalogf
Officiell webbadress https://chromewebstore.google.com/detail/telebroad-click2call/cdkiojpalhbffaljhldocllmmabalogf
Beskrivning Place phone calls from any web page
Filstorlek 290 KB
Antal Installationer 849
Aktuell Version 3.8.1
Senast Uppdaterad 2014-02-10
Publiceringsdatum 2014-02-09
Betyg 4.75/5 Totalt 16 Betyg
Utvecklare https://www.telebroad.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.telebroad.com
Hjälpsida URL http://www.telebroad.com/contact_us.html
URL till Sekretesspolicy Sidan https://www.telebroad.com/legal/privacy
Stödda Språk 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"
}