3CX Webclient auto dial

Clicks the dial button in 3CX Webclient

What is 3CX Webclient auto dial?

3CX Webclient auto dial is a Chrome extension developed by https://www.t38printer.de, and its main feature is "Clicks the dial button in 3CX Webclient".

Extension Screenshots

screenshot

Download 3CX Webclient auto dial Extension CRX File

Download 3CX Webclient auto dial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 3CX Webclient auto dial 3CX Webclient auto dial
ID ckhfehgfmleekddmkmnokpejeldadidj
Official URL https://chromewebstore.google.com/detail/3cx-webclient-auto-dial/ckhfehgfmleekddmkmnokpejeldadidj
Description Clicks the dial button in 3CX Webclient
File Size 14.61 KB
Installation Count 612
Current Version 0.0.1.4
Last Updated 2024-03-04
Publish Date 2021-07-05
Developer https://www.t38printer.de
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mail2fax.t38printer.de/security.html
Supported Languages 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"
    }
}