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!”。

扩展截图

screenshot

下载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 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"
    ]
}