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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |