Nitzap - WhatsApp and Salesforce integration
The best tool for productivity using WhatsApp and Salesforce!
Hvad er Nitzap - WhatsApp and Salesforce integration?
Nitzap - WhatsApp and Salesforce integration er en Chrome-udvidelse udviklet af https://nitzap.com, og dens hovedfunktion er "The best tool for productivity using WhatsApp and Salesforce!".
Udvidelsesskærmbilleder
Download Nitzap - WhatsApp and Salesforce integration-udvidelses-CRX-fil
Download Nitzap - WhatsApp and Salesforce integration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Nitzap - WhatsApp and Salesforce integration |
ID | dpalpoajkfdfohgpemfnccfgiplhfaop |
Officiel URL | https://chromewebstore.google.com/detail/nitzap-whatsapp-and-sales/dpalpoajkfdfohgpemfnccfgiplhfaop |
Beskrivelse | The best tool for productivity using WhatsApp and Salesforce! |
Filstørrelse | 2.43 MB |
Antal Installationer | 123 |
Nuværende Version | 0.10.14 |
Senest Opdateret | 2024-01-08 |
Udgivelsesdato | 2022-09-21 |
Bedømmelse | 5.00/5 Samlet 10 Bedømmelser |
Udvikler | https://nitzap.com |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://nitzap.com |
Hjælpeside-URL | https://nitzap.com/contato |
URL til Fortrolighedspolitik Side | https://nitzap.com/politicas |
Understøttede Sprog | 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" ] } |