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ファイルをダウンロード

IPCortex CRM Connect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}