IPCortex CRM Connect

CRM plugin for IPCortex PABX.

IPCortex CRM Connect란 무엇입니까?

IPCortex CRM Connect은(는) http://www.ipcortex.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CRM plugin for IPCortex PABX."입니다.

확장 프로그램 스크린샷

screenshot

IPCortex CRM Connect 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With certified support for eight different CRM systems, and more in development, CRM Connect enhances sales and customer care workflows for effective phone call management.
 
Key features:
- Integrates with Salesforce (Legacy and Lightning), Zoho, Freshdesk, Pipedrive, Hubspot, Zendesk, Insightly and Capsule, with more in development.
- Custom URL launch, screen popping and click to dial available in web-based CRMs.
- Click to dial from your CRM using a desk phone, softphone or Keevio.
- Click to dial from other websites.
- Select outbound calling identity.
- Match inbound calls against your CRM database.
- Screen pop existing CRM records.
- Incoming call notifications.
- Visibility of additional incoming calls.
- Select device with which to answer incoming calls.
- Missed call list.
- Opportunity for advanced automation via the comprehensive IPCortex API.

Requirements:
- IPCortex PABX software version 6.2.15 (or higher) with a CA Signed SSL certificate installed.

NB. Additional configuration may be required depending on the CRM type.                    

확장 프로그램 기본 정보

이름 IPCortex CRM Connect IPCortex CRM Connect
ID naegbdpdgblglfkccimklmjlhmbbbblb
공식 URL https://chrome.google.com/webstore/detail/ipcortex-crm-connect/naegbdpdgblglfkccimklmjlhmbbbblb
설명 CRM plugin for IPCortex PABX.
파일 크기 501 KB
설치 횟수 137
현재 버전 1.1.20
최근 업데이트 2019-05-24
출시 날짜 2019-05-24
평점 5.00/5 총 1 개의 평점
개발자 http://www.ipcortex.co.uk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://ipcortex.co.uk/article.rhtm/CRM-Connect-384450.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": ".\/logos\/ipcortex-icon.png"
    },
    "name": "IPCortex CRM Connect",
    "description": "CRM plugin for IPCortex PABX.",
    "version": "1.1.20",
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": ".\/logos\/ipcortex-icon.png",
        "default_popup": "popup\/index.html"
    },
    "web_accessible_resources": [
        "\/content\/*",
        "\/background\/*",
        "\/popup\/*",
        "\/options\/*",
        "\/fonts\/*",
        "\/logos\/*"
    ],
    "permissions": [
        "https:\/\/*\/*",
        "webRequest",
        "storage",
        "activeTab",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content\/style.css"
            ],
            "js": [
                "content\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content2\/content2.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}