CallSwitch Call

Use CallSwitch to call numbers in Chrome.

CallSwitch Callคืออะไร?

CallSwitch Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TelcoSwitch Limited และคุณลักษณะหลักของมันคือ "Use CallSwitch to call numbers in Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CallSwitch Call

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}