Message Plane CRM Integration

Incoming phone call notifications

Τι είναι το Message Plane CRM Integration;

Το Message Plane CRM Integration είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://messageplane.com, και η κύρια λειτουργία του είναι "Incoming phone call notifications".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Message Plane CRM Integration

Λήψη αρχείων επέκτασης Message Plane CRM Integration σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        For years we had issues finding files of clients because taking a phone number off a physical phone or soft phone is very detailed hard to put into a crm. This message plane pop up makes it simple for message plane users to pull up records or details for new clients or existing ones. By the window popping up it gives the message plane crm user the ability to access records on a fly and also helps them not enter wrong information. This small integration helps message plane crm users automate their businesses greatly by simply populating the record effortlessly, no one ever has issues finding a client or order again.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Message Plane CRM Integration Message Plane CRM Integration
ID kahghlhaopbjjmlmagdmfknggkkdfonn
Επίσημο URL https://chromewebstore.google.com/detail/message-plane-crm-integra/kahghlhaopbjjmlmagdmfknggkkdfonn
Περιγραφή Incoming phone call notifications
Μέγεθος Αρχείου 45 KB
Αριθμός Εγκαταστάσεων 255
Τρέχουσα Έκδοση 1.0.0.3
Τελευταία Ενημέρωση 2021-01-23
Ημερομηνία Δημοσίευσης 2021-01-22
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://messageplane.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.messageplane.com/message-plane-crm-google-chrome-extension/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.messageplane.com/contact-us/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Message Plane CRM Integration",
    "description": "Incoming phone call notifications",
    "version": "1.0.0.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}