Nitzap - WhatsApp and Salesforce integration
The best tool for productivity using WhatsApp and Salesforce!
Nitzap - WhatsApp and Salesforce integrationคืออะไร?
Nitzap - WhatsApp and Salesforce integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nitzap.com และคุณลักษณะหลักของมันคือ "The best tool for productivity using WhatsApp and Salesforce!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nitzap - WhatsApp and Salesforce integration
ดาวน์โหลดไฟล์ส่วนขยาย Nitzap - WhatsApp and Salesforce integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nitzap - WhatsApp and Salesforce integration |
ID | dpalpoajkfdfohgpemfnccfgiplhfaop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nitzap-whatsapp-and-sales/dpalpoajkfdfohgpemfnccfgiplhfaop |
คำอธิบาย | The best tool for productivity using WhatsApp and Salesforce! |
ขนาดไฟล์ | 2.43 MB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 0.10.14 |
อัปเดตครั้งล่าสุด | 2024-01-08 |
วันที่เผยแพร่ | 2022-09-21 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://nitzap.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://nitzap.com |
URL หน้าช่วยเหลือ | https://nitzap.com/contato |
URL หน้านโยบายความเป็นส่วนตัว | https://nitzap.com/politicas |
ภาษาที่รองรับ | 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" ] } |