3CX Webclient auto dial
Clicks the dial button in 3CX Webclient
3CX Webclient auto dial là gì?
3CX Webclient auto dial là một tiện ích mở rộng Chrome được phát triển bởi https://www.t38printer.de, và tính năng chính của nó là "Clicks the dial button in 3CX Webclient".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 3CX Webclient auto dial
Tải xuống các tệp mở rộng 3CX Webclient auto dial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 3CX Webclient auto dial |
ID | ckhfehgfmleekddmkmnokpejeldadidj |
URL Chính Thức | https://chromewebstore.google.com/detail/3cx-webclient-auto-dial/ckhfehgfmleekddmkmnokpejeldadidj |
Mô tả | Clicks the dial button in 3CX Webclient |
Kích Thước Tệp | 14.61 KB |
Số Lần Cài Đặt | 612 |
Phiên Bản Hiện Tại | 0.0.1.4 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2021-07-05 |
Nhà Phát Triển | https://www.t38printer.de |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://mail2fax.t38printer.de/security.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |