CRM Asterisk CTI Phone Integration

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

CRM Asterisk CTI Phone Integrationคืออะไร?

CRM Asterisk CTI Phone Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.techextension.com และคุณลักษณะหลักของมันคือ "Integration supports CRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc)."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CRM Asterisk CTI Phone Integration

ดาวน์โหลดไฟล์ส่วนขยาย CRM Asterisk CTI Phone Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Supported CRM

=> Saleforce , Agile crm, Sugarcrm, VtigerCRM, Suitecrm, Odoo  and many more popular crm

Supported Telephonic Server

=> Vici Dail ( Predictive Dialler )

=> asterisk
=> FreePBX
=> Elastix
=> Asterisk now
=> Fonality
=> Xivo
=> Go dial
=> Grandsteam IPPBX
=> Switchvox



Features

=> Click to Call with Vici Dial Webphone
=> Call Pop Up with Predictive Dail
=> Call Log in CRM
=> Call Report
=> Call relation with records in CRM
=> Call Pop up with All information
=> 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://techextension.com/crm-telephony-ip-pbx-call-center-integration                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CRM Asterisk CTI Phone Integration CRM Asterisk CTI Phone Integration
ID djpcjpclpepicalmeejbadjihmccpfik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crm-asterisk-cti-phone-in/djpcjpclpepicalmeejbadjihmccpfik
คำอธิบาย Integration supports CRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).
ขนาดไฟล์ 391 KB
จำนวนการติดตั้ง 334
เวอร์ชันปัจจุบัน 7
อัปเดตครั้งล่าสุด 2022-11-17
วันที่เผยแพร่ 2019-11-21
ผู้พัฒนา https://www.techextension.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://techextension.com/crm-telephony-ip-pbx-call-center-integration
URL หน้าช่วยเหลือ http://www.techextension.com/support-crm-sugarcrm-suitecrm-call-center-modules-integration
URL หน้านโยบายความเป็นส่วนตัว http://techextension.com/privacy-terms-and-conditions
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CRM Asterisk CTI Phone Integration",
    "short_name": "Call Center Module",
    "description": "Integration supports CRM  & Asterisk Server( FreePBX, Elastix, Vici Dial etc).",
    "version": "7",
    "action": {
        "default_icon": "icon-phone.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon-phone.png",
        "48": "icon-phone.png",
        "128": "icon-phone.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/icon-phone.png",
                "js\/jquery.js",
                "js\/content_page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content_page.js",
                "js\/tinybox.js",
                "js\/loader.js",
                "js\/techextensionconnect.js",
                "js\/techextension.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
        }
    ]
}