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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Asterisk CTI Phone Extension for Vtiger CRM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } ] } |