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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}