Switch Telecom Softphone Click-To-Call

Switch Telecom softphone companion addon

What is Switch Telecom Softphone Click-To-Call?

Switch Telecom Softphone Click-To-Call is a Chrome extension developed by Switch Telecom, and its main feature is "Switch Telecom softphone companion addon".

Extension Screenshots

screenshot

Download Switch Telecom Softphone Click-To-Call Extension CRX File

Download Switch Telecom Softphone Click-To-Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Associates all click to call links to your Switch Telecom softphone. The extension will also attempt to detect phone numbers on a web page and convert them to click to call links.

Phone number detection can be disabled on a per site basis.                    

Extension Basic Information

Name Switch Telecom Softphone Click-To-Call Switch Telecom Softphone Click-To-Call
ID dkmfhijfhfigkbepoaiiiamnfcmceiid
Official URL https://chromewebstore.google.com/detail/switch-telecom-softphone/dkmfhijfhfigkbepoaiiiamnfcmceiid
Description Switch Telecom softphone companion addon
File Size 35.99 KB
Installation Count 116
Current Version 1.0.2
Last Updated 2022-08-10
Publish Date 2022-06-30
Developer Switch Telecom
Email [email protected]
Payment Type free
Extension Website https://switchtel.co.za
Help Page URL https://switchtel.co.za
Privacy Policy Page URL https://www.switchtel.co.za/documents/Switch_Telecom_Privacy_Policy.pdf
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Switch Telecom Softphone Click-To-Call",
    "version": "1.0.2",
    "description": "Switch Telecom softphone companion addon",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "clicktocall.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Switch Telecom Softphone Click-To-Call",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}