IPCortex CRM Connect

CRM plugin for IPCortex PABX.

Τι είναι το IPCortex CRM Connect;

Το IPCortex CRM Connect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.ipcortex.co.uk, και η κύρια λειτουργία του είναι "CRM plugin for IPCortex PABX.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης IPCortex CRM Connect

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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'"
}