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文件
下載Asterisk CTI Phone Extension for Vtiger CRM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } ] } |