CallSwitch Call

Use CallSwitch to call numbers in Chrome.

Vad är CallSwitch Call?

CallSwitch Call är en Chrome-tillägg utvecklad av TelcoSwitch Limited, och dess huvudfunktion är "Use CallSwitch to call numbers in Chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner CallSwitch Call-förlängningens CRX-fil

Ladda ner CallSwitch Call-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn CallSwitch Call CallSwitch Call
ID eebmbhmhoemlagcefiogcdipocebgalg
Officiell webbadress https://chromewebstore.google.com/detail/callswitch-call/eebmbhmhoemlagcefiogcdipocebgalg
Beskrivning Use CallSwitch to call numbers in Chrome.
Filstorlek 140 KB
Antal Installationer 13,447
Aktuell Version 6.0.0.0
Senast Uppdaterad 2022-09-21
Publiceringsdatum 2020-07-01
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare TelcoSwitch Limited
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.callswitch.net
Hjälpsida URL http://support.callswitch.net
URL till Sekretesspolicy Sidan https://telcoswitch.com/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}