3CX Webclient auto dial

Clicks the dial button in 3CX Webclient

ما هو 3CX Webclient auto dial؟

3CX Webclient auto dial هو إضافة Chrome تم تطويرها بواسطة https://www.t38printer.de، والميزة الرئيسية لها هي "Clicks the dial button in 3CX Webclient".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 3CX Webclient auto dial

قم بتنزيل ملفات الامتداد 3CX Webclient auto dial بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}