ParsVT Asterisk Connector

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

ParsVT Asterisk Connector란 무엇입니까?

ParsVT Asterisk Connector은(는) https://parsvt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ParsVT Asterisk Connector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}