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!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Nitzap - WhatsApp and Salesforce integration

قم بتنزيل ملفات الامتداد Nitzap - WhatsApp and Salesforce integration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://nitzap.com/contato
عنوان صفحة سياسة الخصوصية 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"
    ]
}