ParsVT Asterisk Connector

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

ParsVT Asterisk Connectorคืออะไร?

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

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ParsVT Asterisk Connector

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

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

                        Integrate your VtigerCRM with Asterisk based PBX system and achieve the best CRM performance

Features:
• Call Log in CRM
• 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 new CRM record in related modules like Contact, Lead, Account, Task and Tickets.
• Make phone calls from webpages
• Request an immediate phone call with just one click.
• Provide a context menu option for your convenience.

Requirements
• ParsVTCRM or VtigerCRM with ParsVoIP module.
• Asterisk Based Server

Our integration solution supports
• Asterisk v1.6 - 18
• FreePBX v11 - 15
• Elastix v1.6 - 4.0
• Vici Dial
• Any other PBX based on Asterisk Server                    

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

ชื่อ ParsVT Asterisk Connector ParsVT Asterisk Connector
ID oejekcmlccpmnakekbpjcejffnfibado
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/parsvt-asterisk-connector/oejekcmlccpmnakekbpjcejffnfibado
คำอธิบาย Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).
ขนาดไฟล์ 366 KB
จำนวนการติดตั้ง 484
เวอร์ชันปัจจุบัน 5.6
อัปเดตครั้งล่าสุด 2021-02-25
วันที่เผยแพร่ 2021-02-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://parsvt.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ParsVT Asterisk Connector",
    "short_name": "Call Center Module",
    "description": "Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).",
    "version": "5.6",
    "browser_action": {
        "default_icon": "48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "options_page": "options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/parsvtigerconnect.js",
            "js\/parsvtiger.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.png",
        "js\/jquery.js",
        "js\/content_page.js",
        "images\/parsvt64.png",
        "fonts\/Vtiger-icons.eot",
        "fonts\/Vtiger-icons.ttf",
        "fonts\/Vtiger-icons.woff",
        "fonts\/Vtiger-icons.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content_page.js",
                "js\/loader.js",
                "js\/parsvtigerdialog.js"
            ],
            "css": [
                "css\/style.css",
                "css\/parsvtigerdialog.css",
                "css\/content_page.css"
            ],
            "html": [
                "options.html"
            ],
            "image": [
                "48.png"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}