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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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