Switch Telecom Softphone Click-To-Call

Switch Telecom softphone companion addon

Vad är Switch Telecom Softphone Click-To-Call?

Switch Telecom Softphone Click-To-Call är en Chrome-tillägg utvecklad av Switch Telecom, och dess huvudfunktion är "Switch Telecom softphone companion addon".

Tilläggsskärmbilder

screenshot

Ladda ner Switch Telecom Softphone Click-To-Call-förlängningens CRX-fil

Ladda ner Switch Telecom Softphone Click-To-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

                        Associates all click to call links to your Switch Telecom softphone. The extension will also attempt to detect phone numbers on a web page and convert them to click to call links.

Phone number detection can be disabled on a per site basis.                    

Grundläggande Information om Tillägg

Namn Switch Telecom Softphone Click-To-Call Switch Telecom Softphone Click-To-Call
ID dkmfhijfhfigkbepoaiiiamnfcmceiid
Officiell webbadress https://chromewebstore.google.com/detail/switch-telecom-softphone/dkmfhijfhfigkbepoaiiiamnfcmceiid
Beskrivning Switch Telecom softphone companion addon
Filstorlek 35.99 KB
Antal Installationer 116
Aktuell Version 1.0.2
Senast Uppdaterad 2022-08-10
Publiceringsdatum 2022-06-30
Utvecklare Switch Telecom
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://switchtel.co.za
Hjälpsida URL https://switchtel.co.za
URL till Sekretesspolicy Sidan https://www.switchtel.co.za/documents/Switch_Telecom_Privacy_Policy.pdf
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Switch Telecom Softphone Click-To-Call",
    "version": "1.0.2",
    "description": "Switch Telecom softphone companion addon",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "clicktocall.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Switch Telecom Softphone Click-To-Call",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}