ParsVTCRM Click2Dial Chrome extension
Use context menu to call with ParsVTCRM
ParsVTCRM Click2Dial Chrome extension란 무엇입니까?
ParsVTCRM Click2Dial Chrome extension은(는) https://parsvt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use context menu to call with ParsVTCRM"입니다.
확장 프로그램 스크린샷
ParsVTCRM Click2Dial Chrome extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click to Call dialing from web pages, integrate with any softphone, Web Phone, IP-Phone and other sip clients in the ParsVTCRM. Click to Call, also known as “Click2Call”, or “Click to Dial” allows you to request an immediate connection just by one click - typically via phone call. ParsVTCRM Click2Dial Extension created by VTFarsi Team converts phone numbers on web pages into clickable links to allow quick dialing or simply right-click to dial for Chrome context menu. ParsVTCRM Click2Dial extension helps to make a phone call from Asterisk-based servers like FreePBX, Elastix, and other asterisk based server. Features of Click to Call Chrome Extension # Click To Call Any Number From Browser. # Easy To Use. # Provides Quick Call Facility. # needless to Type Number and save your time # Simple Configuration. # Increase the Speed of Telephone communication This extension is usable only for ParsVTCRM users.
확장 프로그램 기본 정보
이름 | ParsVTCRM Click2Dial Chrome extension |
ID | fmoobdhodlgbliglljkbheinodiglbhj |
공식 URL | https://chromewebstore.google.com/detail/parsvtcrm-click2dial-chro/fmoobdhodlgbliglljkbheinodiglbhj |
설명 | Use context menu to call with ParsVTCRM |
파일 크기 | 119 KB |
설치 횟수 | 138 |
현재 버전 | 20 |
최근 업데이트 | 2021-02-25 |
출시 날짜 | 2021-02-24 |
개발자 | https://parsvt.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ParsVTCRM Click2Dial Chrome extension", "description": "Use context menu to call with ParsVTCRM", "version": "20", "manifest_version": 2, "options_page": "options.html", "permissions": [ "notifications", "contextMenus", "storage", "*:\/\/*\/*" ], "background": { "scripts": [ "parsvt.js", "background.js", "jquery.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "parsvt.js", "jquery.min.js", "content.js" ] } ], "browser_action": { "default_popup": "options.html" }, "icons": { "32": "parsvt32.png", "64": "parsvt64.png", "128": "parsvt128.png" } } |