Asterisk CTI Phone Extension for Vtiger CRM

Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).

Qu'est-ce que Asterisk CTI Phone Extension for Vtiger CRM ?

Asterisk CTI Phone Extension for Vtiger CRM est une extension Chrome développée par https://www.techextension.com, et sa fonction principale est "Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Asterisk CTI Phone Extension for Vtiger CRM

Téléchargez les fichiers d'extension Asterisk CTI Phone Extension for Vtiger CRM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Asterisk CTI Phone Extension for Vtiger CRM Asterisk CTI Phone Extension for Vtiger CRM
ID nppcegmjeeeggofoeeeecclccanfbdek
URL Officiel https://chromewebstore.google.com/detail/asterisk-cti-phone-extens/nppcegmjeeeggofoeeeecclccanfbdek
Description Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).
Taille du Fichier 387 KB
Nombre d'Installations 183
Version Actuelle 6.5
Dernière Mise à Jour 2019-02-25
Date de Publication 2019-02-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.techextension.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.techextension.com/crm-sugarcrm-suitecrm-asterisk-click-to-call-integration
URL de la Page de Politique de Confidentialité http://techextension.com/privacy-terms-and-conditions
Langues Prises en Charge 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
        }
    ]
}