3CX Webclient auto dial

Clicks the dial button in 3CX Webclient

Vad är 3CX Webclient auto dial?

3CX Webclient auto dial är en Chrome-tillägg utvecklad av https://www.t38printer.de, och dess huvudfunktion är "Clicks the dial button in 3CX Webclient".

Tilläggsskärmbilder

screenshot

Ladda ner 3CX Webclient auto dial-förlängningens CRX-fil

Ladda ner 3CX Webclient auto dial-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

                        Clicks the dial button in the 3CX Webclient to allow make calls with the webclient unattended. This is used in combined with the alternative 3CX Tapi.                    

Grundläggande Information om Tillägg

Namn 3CX Webclient auto dial 3CX Webclient auto dial
ID ckhfehgfmleekddmkmnokpejeldadidj
Officiell webbadress https://chromewebstore.google.com/detail/3cx-webclient-auto-dial/ckhfehgfmleekddmkmnokpejeldadidj
Beskrivning Clicks the dial button in 3CX Webclient
Filstorlek 14.61 KB
Antal Installationer 612
Aktuell Version 0.0.1.4
Senast Uppdaterad 2024-03-04
Publiceringsdatum 2021-07-05
Utvecklare https://www.t38printer.de
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://mail2fax.t38printer.de/security.html
Stödda Språk de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "3CX Webclient auto dial",
    "description": "Clicks the dial button in 3CX Webclient",
    "version": "0.0.1.4",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    }
}