Pipechat for WhatsApp Web

Connect your CRM to use template messages, manage contacts, deals, and activities.

什麼是Pipechat for WhatsApp Web?

Pipechat for WhatsApp Web是由Pipechat開發的Chrome擴展程式,該擴展的主要功能是“Connect your CRM to use template messages, manage contacts, deals, and activities.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Pipechat for WhatsApp Web擴展crx文件

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

擴展使用說明

                        Pipechat is a Chrome extension that adds a Pipedrive sidebar to WhatsApp Web.

With Pipechat, you can quickly add the most important messages as notes to your deals, add your WhatsApp contacts to your CRM with one click and create new deals as you chat. You can also schedule your next WhatsApp chats and use template messages in your conversations.

Simply install the extension and open WhatsApp Web to start using the Pipechat's sidebar.                    

擴展基本資訊

名稱 Pipechat for WhatsApp Web Pipechat for WhatsApp Web
ID mbfdhkodejajhcnoljjgkdbdmacahcoc
官方網址 https://chromewebstore.google.com/detail/pipechat-for-whatsapp-web/mbfdhkodejajhcnoljjgkdbdmacahcoc
簡介 Connect your CRM to use template messages, manage contacts, deals, and activities.
檔案大小 86.94 KB
安裝次數 7,772
目前版本 whatsapp 2.0.7
更新時間 2024-02-21
上架時間 2020-06-19
評分 3.76/5 共 17 次評分
開發者 Pipechat
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pipechat.app
說明頁面URL https://pipechat.app/en/help
隱私政策頁面URL https://pipechat.app/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "Connect your CRM to use template messages, manage contacts, deals, and activities.",
    "icons": {
        "16": "common\/img\/icons\/icon16.png",
        "32": "common\/img\/icons\/icon32.png",
        "48": "common\/img\/icons\/icon48.png",
        "128": "common\/img\/icons\/icon128.png",
        "256": "common\/img\/icons\/icon256.png"
    },
    "background": {
        "service_worker": "common\/background\/tabs.js",
        "type": "module"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "common\/runtime.js",
                "common\/main-importer.js"
            ],
            "css": [
                "common\/css\/pipechat-extension.css",
                "platform\/css\/platform.css"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "js": [
                "common\/runtime.js",
                "common\/pdwa\/storage-creator-importer.js",
                "common\/pdwa\/pdwa-action-propagator.js"
            ],
            "matches": [
                "https:\/\/pdwa.pipechat.app\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "common\/img\/pipechat-logo.png",
                "common\/events.js",
                "common\/dom.js",
                "common\/wrapper\/*",
                "platform\/*",
                "config.js",
                "config-common.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "resources": [
                "common\/pdwa\/*",
                "config.js",
                "config-common.js",
                "platform\/config-platform.js",
                "common\/extension-storage\/*"
            ],
            "matches": [
                "https:\/\/pdwa.pipechat.app\/*"
            ]
        }
    ],
    "name": "Pipechat for WhatsApp Web",
    "version": "2.0.7",
    "version_name": "whatsapp 2.0.7"
}