CallSwitch Call

Use CallSwitch to call numbers in Chrome.

What is CallSwitch Call?

CallSwitch Call is a Chrome extension developed by TelcoSwitch Limited, and its main feature is "Use CallSwitch to call numbers in Chrome.".

Extension Screenshots

screenshot

Download CallSwitch Call Extension CRX File

Download CallSwitch 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

                        Use CallSwitch Communicator to call numbers in Chrome using click to dial.

CallSwitch Communicator is a Windows/Mac OS application that provides users of CallSwitch Hosted Platform with a number of unified communications features including presence, instant messaging, screen popping and click to dial. It can be used as a stand-alone softphone or integrated with your IP handset to simplify the placing, receiving and managing of calls and voicemails.

This Chrome extension enables CallSwitch Communicator users to dial any telephone number on a web page by clicking on the number.

For more information, visit: http://www.callswitch.net                    

Extension Basic Information

Name CallSwitch Call CallSwitch Call
ID eebmbhmhoemlagcefiogcdipocebgalg
Official URL https://chromewebstore.google.com/detail/callswitch-call/eebmbhmhoemlagcefiogcdipocebgalg
Description Use CallSwitch to call numbers in Chrome.
File Size 140 KB
Installation Count 13,447
Current Version 6.0.0.0
Last Updated 2022-09-21
Publish Date 2020-07-01
Rating 5.00/5 Total 3 Ratings
Developer TelcoSwitch Limited
Email [email protected]
Payment Type free
Extension Website http://www.callswitch.net
Help Page URL http://support.callswitch.net
Privacy Policy Page URL https://telcoswitch.com/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "TelcoSwitch Limited",
    "background": {
        "service_worker": "call_action.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "google_phone_lib.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "highlight_numbers.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Use CallSwitch to call numbers in Chrome.",
    "icons": {
        "128": "app128.png",
        "16": "app16.png",
        "32": "app32.png",
        "48": "app48.png"
    },
    "manifest_version": 3,
    "name": "CallSwitch Call",
    "permissions": [
        "contextMenus"
    ],
    "version": "6.0.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "glocom_icon.jpg",
                "detectAjax.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}