CallSwitch Call

Use CallSwitch to call numbers in Chrome.

O que é CallSwitch Call?

CallSwitch Call é uma extensão do Chrome desenvolvida por TelcoSwitch Limited, e sua principal característica é "Use CallSwitch to call numbers in Chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CallSwitch Call

Baixe arquivos de extensão CallSwitch Call no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome CallSwitch Call CallSwitch Call
ID eebmbhmhoemlagcefiogcdipocebgalg
URL Oficial https://chromewebstore.google.com/detail/callswitch-call/eebmbhmhoemlagcefiogcdipocebgalg
Descrição Use CallSwitch to call numbers in Chrome.
Tamanho do Arquivo 140 KB
Contagem de Instalações 13,447
Versão Atual 6.0.0.0
Última Atualização 2022-09-21
Data de Publicação 2020-07-01
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor TelcoSwitch Limited
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.callswitch.net
URL da Página de Ajuda http://support.callswitch.net
URL da Página de Política de Privacidade https://telcoswitch.com/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}