WhatsApp Sidebar

Automatically sync WhatsApp web conversations in your CRM database.

WhatsApp Sidebarคืออะไร?

WhatsApp Sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amoCRM LLC และคุณลักษณะหลักของมันคือ "Automatically sync WhatsApp web conversations in your CRM database."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatsApp Sidebar

ดาวน์โหลดไฟล์ส่วนขยาย WhatsApp Sidebar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WhatsApp Sidebar WhatsApp Sidebar
ID pcpfnlngkfijdehgnngpfkfpifechngf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/whatsapp-sidebar/pcpfnlngkfijdehgnngpfkfpifechngf
คำอธิบาย Automatically sync WhatsApp web conversations in your CRM database.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 333
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-09-01
วันที่เผยแพร่ 2021-07-22
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา amoCRM LLC
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.amocrm.com/
ภาษาที่รองรับ 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"
    }
}