Telebroad Click2Call

Place phone calls from any web page

ما هو Telebroad Click2Call؟

Telebroad Click2Call هو إضافة Chrome تم تطويرها بواسطة https://www.telebroad.com، والميزة الرئيسية لها هي "Place phone calls from any web page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Telebroad Click2Call

قم بتنزيل ملفات الامتداد Telebroad Click2Call بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Telebroad Click2Call Telebroad Click2Call
ID cdkiojpalhbffaljhldocllmmabalogf
عنوان URL الرسمي https://chromewebstore.google.com/detail/telebroad-click2call/cdkiojpalhbffaljhldocllmmabalogf
الوصف Place phone calls from any web page
حجم الملف 290 KB
عدد التثبيتات 849
النسخة الحالية 3.8.1
آخر تحديث 2014-02-10
تاريخ النشر 2014-02-09
تقييم 4.75/5 مجموع تقييمات 16
المطور https://www.telebroad.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.telebroad.com
عنوان صفحة المساعدة http://www.telebroad.com/contact_us.html
عنوان صفحة سياسة الخصوصية https://www.telebroad.com/legal/privacy
اللغات المدعومة 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"
}