Softswitch Click2Call

Place phone calls from any web page

Qu'est-ce que Softswitch Click2Call ?

Softswitch Click2Call est une extension Chrome développée par SoftSwitch Devs, et sa fonction principale est "Place phone calls from any web page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Softswitch Click2Call

Téléchargez les fichiers d'extension Softswitch Click2Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Place phone calls from any web page
SoftSwitch Click2Call Dialer

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

Place phone calls from any web page on Google Chrome.

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

Version 1.0

======================

Version 1.1 - Updated improvements to number detection.                    

Informations de Base sur l'Extension

Nom Softswitch Click2Call Softswitch Click2Call
ID bgijffkmhihbhlkfldklmkeblmfmmojf
URL Officiel https://chromewebstore.google.com/detail/softswitch-click2call/bgijffkmhihbhlkfldklmkeblmfmmojf
Description Place phone calls from any web page
Taille du Fichier 169 KB
Nombre d'Installations 312
Version Actuelle 1.1
Dernière Mise à Jour 2015-05-08
Date de Publication 2015-05-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur SoftSwitch Devs
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "webdialerBG.js"
        ]
    },
    "browser_action": {
        "default_icon": "Click2CallLogo128.png",
        "default_popup": "popup.html",
        "default_title": "Click2Call"
    },
    "content_scripts": [
        {
            "css": [
                "webdialer.css"
            ],
            "js": [
                "webdialer.js",
                "jquery-1.9.1.min.js",
                "bootstrap.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "logo-small.png",
        "bootstrap.min.css"
    ],
    "description": "Place phone calls from any web page",
    "icons": {
        "128": "Click2CallLogo128.png",
        "16": "Click2CallLogo16.png",
        "48": "Click2CallLogo64.png"
    },
    "manifest_version": 2,
    "name": "Softswitch Click2Call",
    "options_page": "webDialerOptions.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.1"
}