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 là gì?
Asterisk CTI Phone Extension for Vtiger CRM là một tiện ích mở rộng Chrome được phát triển bởi https://www.techextension.com, và tính năng chính của nó là "Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).".
Ả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 Asterisk CTI Phone Extension for Vtiger CRM
Tải xuống các tệp mở rộng Asterisk CTI Phone Extension for Vtiger CRM 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Asterisk CTI Phone Extension for Vtiger CRM |
ID | nppcegmjeeeggofoeeeecclccanfbdek |
URL Chính Thức | https://chromewebstore.google.com/detail/asterisk-cti-phone-extens/nppcegmjeeeggofoeeeecclccanfbdek |
Mô tả | Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc). |
Kích Thước Tệp | 387 KB |
Số Lần Cài Đặt | 183 |
Phiên Bản Hiện Tại | 6.5 |
Cập Nhật Lần Cuối | 2019-02-25 |
Ngày Phát Hành | 2019-02-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.techextension.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.techextension.com/crm-sugarcrm-suitecrm-asterisk-click-to-call-integration |
URL Trang Chính Sách Bảo Mật | http://techextension.com/privacy-terms-and-conditions |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |