CallSwitch Call

Use CallSwitch to call numbers in Chrome.

Cos'è CallSwitch Call?

CallSwitch Call è un'estensione di Chrome sviluppata da TelcoSwitch Limited, e la sua funzione principale è "Use CallSwitch to call numbers in Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CallSwitch Call

Scarica i file di estensione CallSwitch Call in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CallSwitch Call CallSwitch Call
ID eebmbhmhoemlagcefiogcdipocebgalg
URL Ufficiale https://chromewebstore.google.com/detail/callswitch-call/eebmbhmhoemlagcefiogcdipocebgalg
Descrizione Use CallSwitch to call numbers in Chrome.
Dimensione del File 140 KB
Conteggio Installazioni 13,447
Versione Corrente 6.0.0.0
Ultimo Aggiornamento 2022-09-21
Data di Pubblicazione 2020-07-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore TelcoSwitch Limited
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.callswitch.net
URL della Pagina di Aiuto http://support.callswitch.net
URL della Pagina della Politica sulla Privacy https://telcoswitch.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}