IPCortex CRM Connect

CRM plugin for IPCortex PABX.

IPCortex CRM Connect क्या है?

IPCortex CRM Connect http://www.ipcortex.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CRM plugin for IPCortex PABX."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IPCortex CRM Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}