WhatsApp Salesforce integration

Supercharge productivity with our revolutionary tool,seamlessly connecting WhatsApp and Salesforce!

WhatsApp Salesforce integration là gì?

WhatsApp Salesforce integration là một tiện ích mở rộng Chrome được phát triển bởi hm707593, và tính năng chính của nó là "Supercharge productivity with our revolutionary tool,seamlessly connecting 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 WhatsApp Salesforce integration

Tải xuống các tệp mở rộng WhatsApp 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

                        Specifically crafted for your sales and customer support teams, this tool effortlessly syncs your contacts with leads and accounts. Create new records—be it leads, contacts, cases, opportunities, requests, contracts, tasks, events, or notes—directly from WhatsApp. Elevate your workflow by uploading images, videos, and documents straight from WhatsApp Web to your Salesforce records. This tool is your go-to solution for enhancing efficiency and communication synergy between WhatsApp and Salesforce. Transform the way your teams collaborate and streamline processes for unparalleled productivity.                    

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

Tên WhatsApp Salesforce integration WhatsApp Salesforce integration
ID nacklnnkbcphbhgodnhfgnbdmobomlnm
URL Chính Thức https://chromewebstore.google.com/detail/whatsapp-salesforce-integ/nacklnnkbcphbhgodnhfgnbdmobomlnm
Mô tả Supercharge productivity with our revolutionary tool,seamlessly connecting WhatsApp and Salesforce!
Kích Thước Tệp 764 KB
Số Lần Cài Đặt 197
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2024-01-05
Ngày Phát Hành 2023-11-14
Đánh Giá 5.00/5 Tổng số 27 Đánh Giá
Nhà Phát Triển hm707593
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/e/2PACX-1vQAHP7s_B2QNscy9PF1-W-eKCx-I5oE2mC36HwP7EAbY4Q4PLV2c6Q3wnOd10Qy10k6covmAaykozCn/pub
Ngôn Ngữ Được Hỗ Trợ id,de,en,fil,fr,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pt-BR,pt-PT,sk,sl,fi,cs,el,bg,ru,fa,hi,bn,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "background": {
        "service_worker": "\/background.js"
    },
    "version": "1.0.0.2",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "cookies",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.salesforce.com\/",
        "*:\/\/web.whatsapp.com\/*",
        "https:\/\/wadeck.ai\/*"
    ],
    "icons": {
        "16": "\/assets\/icon.png",
        "48": "\/assets\/icon.png",
        "128": "\/assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/wadeck.ai\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "inject\/*",
                "inject.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/wadeck.ai\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    }
}