Nitzap - WhatsApp and Salesforce integration

The best tool for productivity using WhatsApp and Salesforce!

Cos'è Nitzap - WhatsApp and Salesforce integration?

Nitzap - WhatsApp and Salesforce integration è un'estensione di Chrome sviluppata da https://nitzap.com, e la sua funzione principale è "The best tool for productivity using WhatsApp and Salesforce!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nitzap - WhatsApp and Salesforce integration

Scarica i file di estensione Nitzap - WhatsApp and Salesforce integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nitzap - WhatsApp and Salesforce integration Nitzap - WhatsApp and Salesforce integration
ID dpalpoajkfdfohgpemfnccfgiplhfaop
URL Ufficiale https://chromewebstore.google.com/detail/nitzap-whatsapp-and-sales/dpalpoajkfdfohgpemfnccfgiplhfaop
Descrizione The best tool for productivity using WhatsApp and Salesforce!
Dimensione del File 2.43 MB
Conteggio Installazioni 123
Versione Corrente 0.10.14
Ultimo Aggiornamento 2024-01-08
Data di Pubblicazione 2022-09-21
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore https://nitzap.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://nitzap.com
URL della Pagina di Aiuto https://nitzap.com/contato
URL della Pagina della Politica sulla Privacy https://nitzap.com/politicas
Lingue Supportate 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"
    ]
}