Nitzap - WhatsApp and Salesforce integration

The best tool for productivity using WhatsApp and Salesforce!

Apa itu Nitzap - WhatsApp and Salesforce integration?

Nitzap - WhatsApp and Salesforce integration adalah ekstensi Chrome yang dikembangkan oleh https://nitzap.com, dan fitur utamanya adalah "The best tool for productivity using WhatsApp and Salesforce!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Nitzap - WhatsApp and Salesforce integration

Unduh file ekstensi Nitzap - WhatsApp and Salesforce integration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nitzap - WhatsApp and Salesforce integration Nitzap - WhatsApp and Salesforce integration
ID dpalpoajkfdfohgpemfnccfgiplhfaop
URL Resmi https://chromewebstore.google.com/detail/nitzap-whatsapp-and-sales/dpalpoajkfdfohgpemfnccfgiplhfaop
Deskripsi The best tool for productivity using WhatsApp and Salesforce!
Ukuran File 2.43 MB
Jumlah Instalasi 123
Versi Saat Ini 0.10.14
Terakhir Diperbarui 2024-01-08
Tanggal Publikasi 2022-09-21
Penilaian 5.00/5 Total 10 Penilaian
Pengembang https://nitzap.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://nitzap.com
URL Halaman Bantuan https://nitzap.com/contato
URL Halaman Kebijakan Privasi https://nitzap.com/politicas
Bahasa yang Didukung 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"
    ]
}