Nitzap - WhatsApp and Salesforce integration

The best tool for productivity using WhatsApp and Salesforce!

Was ist Nitzap - WhatsApp and Salesforce integration?

Nitzap - WhatsApp and Salesforce integration ist eine Chrome-Erweiterung, die von https://nitzap.com entwickelt wurde, und ihr Hauptmerkmal ist "The best tool for productivity using WhatsApp and Salesforce!".

Erweiterungsscreenshots

screenshot

Nitzap - WhatsApp and Salesforce integration-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nitzap - WhatsApp and Salesforce integration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Nitzap was developed to meet your sales and customer support team's needs while communicating through WhatsApp. Sync your contacts with leads and accounts, create new leads, contacts, cases, opportunities, requests, contracts, tasks, events, notes and any other records you are allowed to on Salesforce. Upload pictures, videos and documents directly from WhatsApp Web to your Salesorce records.                    

Grundlegende Informationen zur Erweiterung

Name Nitzap - WhatsApp and Salesforce integration Nitzap - WhatsApp and Salesforce integration
ID dpalpoajkfdfohgpemfnccfgiplhfaop
Offizielle URL https://chromewebstore.google.com/detail/nitzap-whatsapp-and-sales/dpalpoajkfdfohgpemfnccfgiplhfaop
Beschreibung The best tool for productivity using WhatsApp and Salesforce!
Dateigröße 2.43 MB
Installationsanzahl 123
Aktuelle Version 0.10.14
Letztes Update 2024-01-08
Veröffentlichungsdatum 2022-09-21
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler https://nitzap.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://nitzap.com
Hilfeseite URL https://nitzap.com/contato
URL der Datenschutzrichtlinien-Seite https://nitzap.com/politicas
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nitzap - WhatsApp and Salesforce integration",
    "version": "0.10.14",
    "manifest_version": 3,
    "author": "DataGo",
    "description": "The best tool for productivity using WhatsApp and Salesforce!",
    "icons": {
        "128": "\/assets\/icons\/icon.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "assets\/css\/content.css",
                "assets\/css\/LdsUtilized.css"
            ],
            "js": [
                "assets\/js\/addDiv.js",
                "assets\/js\/sentry.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Nitzap",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}