Nitzap - WhatsApp and Salesforce integration
The best tool for productivity using WhatsApp and Salesforce!
What is Nitzap - WhatsApp and Salesforce integration?
Nitzap - WhatsApp and Salesforce integration is a Chrome extension developed by https://nitzap.com, and its main feature is "The best tool for productivity using WhatsApp and Salesforce!".
Extension Screenshots
Download Nitzap - WhatsApp and Salesforce integration Extension CRX File
Download Nitzap - WhatsApp and Salesforce integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Nitzap - WhatsApp and Salesforce integration |
ID | dpalpoajkfdfohgpemfnccfgiplhfaop |
Official URL | https://chromewebstore.google.com/detail/nitzap-whatsapp-and-sales/dpalpoajkfdfohgpemfnccfgiplhfaop |
Description | The best tool for productivity using WhatsApp and Salesforce! |
File Size | 2.43 MB |
Installation Count | 123 |
Current Version | 0.10.14 |
Last Updated | 2024-01-08 |
Publish Date | 2022-09-21 |
Rating | 5.00/5 Total 10 Ratings |
Developer | https://nitzap.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://nitzap.com |
Help Page URL | https://nitzap.com/contato |
Privacy Policy Page URL | https://nitzap.com/politicas |
Supported Languages | 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" ] } |