Pipechat for WhatsApp Web

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

Pipechat for WhatsApp Web là gì?

Pipechat for WhatsApp Web là một tiện ích mở rộng Chrome được phát triển bởi Pipechat, và tính năng chính của nó là "Connect your CRM to use template messages, manage contacts, deals, and activities.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pipechat for WhatsApp Web

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

                        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.                    

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

Tên Pipechat for WhatsApp Web Pipechat for WhatsApp Web
ID mbfdhkodejajhcnoljjgkdbdmacahcoc
URL Chính Thức https://chromewebstore.google.com/detail/pipechat-for-whatsapp-web/mbfdhkodejajhcnoljjgkdbdmacahcoc
Mô tả Connect your CRM to use template messages, manage contacts, deals, and activities.
Kích Thước Tệp 86.94 KB
Số Lần Cài Đặt 7,772
Phiên Bản Hiện Tại whatsapp 2.0.7
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2020-06-19
Đánh Giá 3.76/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Pipechat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pipechat.app
URL Trang Trợ Giúp https://pipechat.app/en/help
URL Trang Chính Sách Bảo Mật https://pipechat.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}