Asterisk CTI Phone Extension for Vtiger CRM
Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).
Asterisk CTI Phone Extension for Vtiger CRM란 무엇입니까?
Asterisk CTI Phone Extension for Vtiger CRM은(는) https://www.techextension.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc)."입니다.
확장 프로그램 스크린샷
Asterisk CTI Phone Extension for Vtiger CRM 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Supported CRM => VtigerCRM Supported Telephonic Server => Vici Dial ( Preductive Dialer ) Features => Click to Call with Vici Web phone => Call Log in CRM ( Including campaigns Call Logs ) => Call Report => Call relation with records in CRM => Call Pop up with All information ( Including Predictive campaigns Call ) => Call Recording in crm => Call Notes => Other function like Call Transfer, Hang up, Create Meeting, Contact, Lead, Account, case, task and Schedule Call. Contact Us: Email: [email protected] Skype: tech.extension Website: http://www.techextension.com/crm-sugarcrm-suitecrm-asterisk-click-to-call-integration
확장 프로그램 기본 정보
이름 | Asterisk CTI Phone Extension for Vtiger CRM |
ID | nppcegmjeeeggofoeeeecclccanfbdek |
공식 URL | https://chromewebstore.google.com/detail/asterisk-cti-phone-extens/nppcegmjeeeggofoeeeecclccanfbdek |
설명 | Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc). |
파일 크기 | 387 KB |
설치 횟수 | 183 |
현재 버전 | 6.5 |
최근 업데이트 | 2019-02-25 |
출시 날짜 | 2019-02-25 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.techextension.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.techextension.com/crm-sugarcrm-suitecrm-asterisk-click-to-call-integration |
개인정보 보호 정책 페이지 URL | http://techextension.com/privacy-terms-and-conditions |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Asterisk CTI Phone Extension for Vtiger CRM", "short_name": "Call Center Module", "description": "Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).", "version": "6.5", "browser_action": { "default_icon": "icon-phone.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage", "notifications" ], "icons": { "16": "icon-phone.png", "48": "icon-phone.png", "128": "icon-phone.png" }, "options_page": "options.html", "background": { "persistent": true, "scripts": [ "js\/techextensionconnect.js", "js\/techextension.js", "background.js" ] }, "web_accessible_resources": [ "images\/*.png", "js\/jquery.js", "js\/content_page.js", "images\/icon-phone.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/content_page.js", "js\/tinybox.js", "js\/loader.js", "js\/techextensiondialog.js" ], "css": [ "css\/style.css", "css\/techextensiondialog.css", "css\/content_page.css" ], "html": [ "options.html" ], "image": [ "icon-phone.png" ], "run_at": "document_end", "all_frames": false } ] } |