Nitzap - WhatsApp and Salesforce integration

The best tool for productivity using WhatsApp and Salesforce!

Vad är Nitzap - WhatsApp and Salesforce integration?

Nitzap - WhatsApp and Salesforce integration är en Chrome-tillägg utvecklad av https://nitzap.com, och dess huvudfunktion är "The best tool for productivity using WhatsApp and Salesforce!".

Tilläggsskärmbilder

screenshot

Ladda ner Nitzap - WhatsApp and Salesforce integration-förlängningens CRX-fil

Ladda ner Nitzap - WhatsApp and Salesforce integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Nitzap - WhatsApp and Salesforce integration Nitzap - WhatsApp and Salesforce integration
ID dpalpoajkfdfohgpemfnccfgiplhfaop
Officiell webbadress https://chromewebstore.google.com/detail/nitzap-whatsapp-and-sales/dpalpoajkfdfohgpemfnccfgiplhfaop
Beskrivning The best tool for productivity using WhatsApp and Salesforce!
Filstorlek 2.43 MB
Antal Installationer 123
Aktuell Version 0.10.14
Senast Uppdaterad 2024-01-08
Publiceringsdatum 2022-09-21
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare https://nitzap.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://nitzap.com
Hjälpsida URL https://nitzap.com/contato
URL till Sekretesspolicy Sidan https://nitzap.com/politicas
Stödda Språk 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"
    ]
}