WhatsApp Sidebar

Automatically sync WhatsApp web conversations in your CRM database.

WhatsApp Sidebar là gì?

WhatsApp Sidebar là một tiện ích mở rộng Chrome được phát triển bởi amoCRM LLC, và tính năng chính của nó là "Automatically sync WhatsApp web conversations in your CRM database.".

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

screenshot
screenshot

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

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

                        No matter where you communicate with potential customers — email, phone, WhatsApp, Facebook and more — with amoCRM, you can capture all of those conversations in a single, unified client profile. This Chrome extension syncs chats in WhatsApp web and allows you to import past messages, take notes and send chat templates.                    

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

Tên WhatsApp Sidebar WhatsApp Sidebar
ID pcpfnlngkfijdehgnngpfkfpifechngf
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-sidebar/pcpfnlngkfijdehgnngpfkfpifechngf
Mô tả Automatically sync WhatsApp web conversations in your CRM database.
Kích Thước Tệp 153 KB
Số Lần Cài Đặt 333
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-09-01
Ngày Phát Hành 2021-07-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển amoCRM LLC
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.amocrm.com/
Ngôn Ngữ Được Hỗ Trợ en,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Sidebar",
    "description": "Automatically sync WhatsApp web conversations in your CRM database.",
    "version": "1.0.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.amocrm.com\/",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.amocrm.ru\/*\/*",
        "https:\/\/*.amocrm.com\/*\/*",
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/sidebarwa.amocrm.com\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "injection.js",
                "overlay.html",
                "global_styles.css"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "64": "images\/64x64.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "64": "images\/64x64.png",
        "128": "images\/128x128.png"
    }
}