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 | 
| Eメール | [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"
    }
}  |  |