3CX Webclient auto dial

Clicks the dial button in 3CX Webclient

3CX Webclient auto dial क्या है?

3CX Webclient auto dial https://www.t38printer.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clicks the dial button in 3CX Webclient"।

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

screenshot

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

crx प्रारूप में 3CX Webclient auto dial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम 3CX Webclient auto dial 3CX Webclient auto dial
ID ckhfehgfmleekddmkmnokpejeldadidj
आधिकारिक URL https://chromewebstore.google.com/detail/3cx-webclient-auto-dial/ckhfehgfmleekddmkmnokpejeldadidj
विवरण Clicks the dial button in 3CX Webclient
फ़ाइल का आकार 14.61 KB
स्थापना संख्या 612
वर्तमान संस्करण 0.0.1.4
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2021-07-05
डेवलपर https://www.t38printer.de
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://mail2fax.t38printer.de/security.html
समर्थित भाषाएँ 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"
    }
}