CallSwitch Call

Use CallSwitch to call numbers in Chrome.

什么是CallSwitch Call?

CallSwitch Call是由TelcoSwitch Limited开发的Chrome扩展程序,该扩展的主要功能是“Use CallSwitch to call numbers in Chrome.”。

扩展截图

screenshot

下载CallSwitch Call扩展crx文件

下载CallSwitch Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 CallSwitch Call CallSwitch Call
ID eebmbhmhoemlagcefiogcdipocebgalg
官方URL https://chromewebstore.google.com/detail/callswitch-call/eebmbhmhoemlagcefiogcdipocebgalg
简介 Use CallSwitch to call numbers in Chrome.
文件大小 140 KB
安装次数 13,447
当前版本 6.0.0.0
更新时间 2022-09-21
上架时间 2020-07-01
评分 5.00/5 共3次评分
开发者 TelcoSwitch Limited
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.callswitch.net
帮助页面URL http://support.callswitch.net
隐私政策页面URL https://telcoswitch.com/privacy-policy
支持的语言 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": [
                ""
            ]
        }
    ]
}