Nitzap - WhatsApp and Salesforce integration

The best tool for productivity using WhatsApp and Salesforce!

Wat is Nitzap - WhatsApp and Salesforce integration?

Nitzap - WhatsApp and Salesforce integration is een Chrome-extensie ontwikkeld door https://nitzap.com, en de belangrijkste functie is "The best tool for productivity using WhatsApp and Salesforce!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Nitzap - WhatsApp and Salesforce integration

Download Nitzap - WhatsApp and Salesforce integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Nitzap - WhatsApp and Salesforce integration Nitzap - WhatsApp and Salesforce integration
ID dpalpoajkfdfohgpemfnccfgiplhfaop
Officiële URL https://chromewebstore.google.com/detail/nitzap-whatsapp-and-sales/dpalpoajkfdfohgpemfnccfgiplhfaop
Beschrijving The best tool for productivity using WhatsApp and Salesforce!
Bestandsgrootte 2.43 MB
Aantal Installaties 123
Huidige Versie 0.10.14
Laatst Bijgewerkt 2024-01-08
Publicatiedatum 2022-09-21
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar https://nitzap.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://nitzap.com
Help Pagina-URL https://nitzap.com/contato
URL van de Privacybeleid Pagina https://nitzap.com/politicas
Ondersteunde Talen 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"
    ]
}