Nitzap - WhatsApp and Salesforce integration
The best tool for productivity using WhatsApp and Salesforce!
Nitzap - WhatsApp and Salesforce integrationとは何ですか?
Nitzap - WhatsApp and Salesforce integrationはhttps://nitzap.comによって開発されたChromeの拡張機能で、その主な機能は「The best tool for productivity using WhatsApp and Salesforce!」です。
拡張機能のスクリーンショット
Nitzap - WhatsApp and Salesforce integration拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |