CallSwitch Call

Use CallSwitch to call numbers in Chrome.

CallSwitch Call क्या है?

CallSwitch Call TelcoSwitch Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use CallSwitch to call numbers in Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CallSwitch Call एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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": [
                ""
            ]
        }
    ]
}