WhatsApp Salesforce integration

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

什麼是WhatsApp Salesforce integration?

WhatsApp Salesforce integration是由hm707593開發的Chrome擴展程式,該擴展的主要功能是“Supercharge productivity with our revolutionary tool,seamlessly connecting WhatsApp and Salesforce!”。

擴展截圖

screenshot

下載WhatsApp Salesforce integration擴展crx文件

下載WhatsApp Salesforce integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WhatsApp Salesforce integration WhatsApp Salesforce integration
ID nacklnnkbcphbhgodnhfgnbdmobomlnm
官方網址 https://chromewebstore.google.com/detail/whatsapp-salesforce-integ/nacklnnkbcphbhgodnhfgnbdmobomlnm
簡介 Supercharge productivity with our revolutionary tool,seamlessly connecting WhatsApp and Salesforce!
檔案大小 764 KB
安裝次數 197
目前版本 1.0.0.2
更新時間 2024-01-05
上架時間 2023-11-14
評分 5.00/5 共 27 次評分
開發者 hm707593
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vQAHP7s_B2QNscy9PF1-W-eKCx-I5oE2mC36HwP7EAbY4Q4PLV2c6Q3wnOd10Qy10k6covmAaykozCn/pub
支援的語言 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": [
            ""
        ]
    }
}