3CX Webclient auto dial
Clicks the dial button in 3CX Webclient
什么是3CX Webclient auto dial?
3CX Webclient auto dial是由https://www.t38printer.de开发的Chrome扩展程序,该扩展的主要功能是“Clicks the dial button in 3CX Webclient”。
扩展截图
下载3CX Webclient auto dial扩展crx文件
下载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.                     扩展基本信息
| 名称 |   |  
| 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"
    }
}  |  |