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 |
| 官方網址 | 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"
}
} | |