Nitzap - WhatsApp and Salesforce integration

The best tool for productivity using WhatsApp and Salesforce!

Co to jest Nitzap - WhatsApp and Salesforce integration?

Nitzap - WhatsApp and Salesforce integration to rozszerzenie Chrome opracowane przez https://nitzap.com, a jego główną funkcją jest „The best tool for productivity using WhatsApp and Salesforce!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Nitzap - WhatsApp and Salesforce integration

Pobierz pliki rozszerzeń Nitzap - WhatsApp and Salesforce integration w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Nitzap - WhatsApp and Salesforce integration Nitzap - WhatsApp and Salesforce integration
ID dpalpoajkfdfohgpemfnccfgiplhfaop
Oficjalny URL https://chromewebstore.google.com/detail/nitzap-whatsapp-and-sales/dpalpoajkfdfohgpemfnccfgiplhfaop
Opis The best tool for productivity using WhatsApp and Salesforce!
Rozmiar pliku 2.43 MB
Liczba instalacji 123
Aktualna Wersja 0.10.14
Ostatnia Aktualizacja 2024-01-08
Data Publikacji 2022-09-21
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper https://nitzap.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://nitzap.com
Adres URL Strony Pomocy https://nitzap.com/contato
Adres URL Strony Polityki Prywatności https://nitzap.com/politicas
Obsługiwane Języki 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"
    ]
}