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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة http://support.callswitch.net
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}