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
官方網址 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": [
                ""
            ]
        }
    ]
}