CallSwitch Call

Use CallSwitch to call numbers in Chrome.

Qu'est-ce que CallSwitch Call ?

CallSwitch Call est une extension Chrome développée par TelcoSwitch Limited, et sa fonction principale est "Use CallSwitch to call numbers in Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CallSwitch Call

Téléchargez les fichiers d'extension CallSwitch Call 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

                        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                    

Informations de Base sur l'Extension

Nom CallSwitch Call CallSwitch Call
ID eebmbhmhoemlagcefiogcdipocebgalg
URL Officiel https://chromewebstore.google.com/detail/callswitch-call/eebmbhmhoemlagcefiogcdipocebgalg
Description Use CallSwitch to call numbers in Chrome.
Taille du Fichier 140 KB
Nombre d'Installations 13,447
Version Actuelle 6.0.0.0
Dernière Mise à Jour 2022-09-21
Date de Publication 2020-07-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur TelcoSwitch Limited
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.callswitch.net
URL de la Page d'Aide http://support.callswitch.net
URL de la Page de Politique de Confidentialité https://telcoswitch.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}