Nitzap - WhatsApp and Salesforce integration

The best tool for productivity using WhatsApp and Salesforce!

Nitzap - WhatsApp and Salesforce integration là gì?

Nitzap - WhatsApp and Salesforce integration là một tiện ích mở rộng Chrome được phát triển bởi https://nitzap.com, và tính năng chính của nó là "The best tool for productivity using WhatsApp and Salesforce!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nitzap - WhatsApp and Salesforce integration

Tải xuống các tệp mở rộng Nitzap - WhatsApp and Salesforce integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nitzap - WhatsApp and Salesforce integration Nitzap - WhatsApp and Salesforce integration
ID dpalpoajkfdfohgpemfnccfgiplhfaop
URL Chính Thức https://chromewebstore.google.com/detail/nitzap-whatsapp-and-sales/dpalpoajkfdfohgpemfnccfgiplhfaop
Mô tả The best tool for productivity using WhatsApp and Salesforce!
Kích Thước Tệp 2.43 MB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 0.10.14
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2022-09-21
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://nitzap.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://nitzap.com
URL Trang Trợ Giúp https://nitzap.com/contato
URL Trang Chính Sách Bảo Mật https://nitzap.com/politicas
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}