CallSwitch Call

Use CallSwitch to call numbers in Chrome.

CallSwitch Call là gì?

CallSwitch Call là một tiện ích mở rộng Chrome được phát triển bởi TelcoSwitch Limited, và tính năng chính của nó là "Use CallSwitch to call numbers in Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CallSwitch Call

Tải xuống các tệp mở rộng CallSwitch Call dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CallSwitch Call CallSwitch Call
ID eebmbhmhoemlagcefiogcdipocebgalg
URL Chính Thức https://chromewebstore.google.com/detail/callswitch-call/eebmbhmhoemlagcefiogcdipocebgalg
Mô tả Use CallSwitch to call numbers in Chrome.
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 13,447
Phiên Bản Hiện Tại 6.0.0.0
Cập Nhật Lần Cuối 2022-09-21
Ngày Phát Hành 2020-07-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển TelcoSwitch Limited
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.callswitch.net
URL Trang Trợ Giúp http://support.callswitch.net
URL Trang Chính Sách Bảo Mật https://telcoswitch.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}