Click to Dial - DLS Hosted PBX

Enables Click to Dial functionality along side your DLS Hosted PBX.

Qu'est-ce que Click to Dial - DLS Hosted PBX ?

Click to Dial - DLS Hosted PBX est une extension Chrome développée par DLS Hosted PBX, et sa fonction principale est "Enables Click to Dial functionality along side your DLS Hosted PBX.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Click to Dial - DLS Hosted PBX

Téléchargez les fichiers d'extension Click to Dial - DLS Hosted PBX 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

                        Enables Click to Dial functionality along side your Hosted PBX. Click to Dial converts phone numbers in pages you visit to a special link you can click to call the phone number via your DLS Hosted PBX.

For customers that use the Click to Dial / Screen Pop desktop application, you will need to update the desktop application to work with browser plugin versions 2.1.0 and higher.                    

Informations de Base sur l'Extension

Nom Click to Dial - DLS Hosted PBX Click to Dial - DLS Hosted PBX
ID cmboodljiceljcheaoccadpjkhmibehc
URL Officiel https://chromewebstore.google.com/detail/click-to-dial-dls-hosted/cmboodljiceljcheaoccadpjkhmibehc
Description Enables Click to Dial functionality along side your DLS Hosted PBX.
Taille du Fichier 236 KB
Nombre d'Installations 149
Version Actuelle 2.1.5
Dernière Mise à Jour 2021-02-19
Date de Publication 2019-06-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur DLS Hosted PBX
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.dls.net/
Langues Prises en Charge en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/tsBackground.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/tsStyle.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/tsInject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Enables Click to Dial functionality along side your DLS Hosted PBX.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAolLU1I2GC5yO6enQgExAzyyx+Z\/T3CFkHi7rW7jI+itjE3fBWqj\/swV\/jywaCOEw\/CfQwr2I6aqG7k4aWESuuOx5Q1vgQQEw26x44vvBbCgWi58aw3ZbqkssFBUm\/cp1BaqbZLDpFBCUH\/E3kXxXM+2v2vAoIWgEYGIxi6XmUkyd6VKpq1MjBHv7\/zxLHXKqN2IYqYekJavFQdPBswsWwwjLbDsLYtSlG1GkMskgEdujK+6ROGInQ4Q\/xUVR70yJHF6MgQKU4fzmmTuIRbh0UIVGgo2XlJBGCDyMdgzjT0iCCDdgiAgyPasN0qVmwxx0pR0Zb+uuC5MSAGhDsKJ9gwIDAQAB",
    "manifest_version": 2,
    "name": "Click to Dial - DLS Hosted PBX",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.5"
}