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
Eメール [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": [
                ""
            ]
        }
    ]
}