WhatsApp HubSpot Connect

Optimize business comms: WhatsApp HubSpot Connect. Send, log and manage messages seamlessly in HubSpot CRM. Level up your operations

WhatsApp HubSpot Connectคืออะไร?

WhatsApp HubSpot Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.niswey.com และคุณลักษณะหลักของมันคือ "Optimize business comms: WhatsApp HubSpot Connect. Send, log and manage messages seamlessly in HubSpot CRM. Level up your operations"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With the WhatsApp HubSpot Connect, you can:

Manage your complete WhatsApp business conversations within HubSpot
- Send 1:1 WhatsApp messages to your contacts from within HubSpot
- Log and view all WhatsApp conversations with a contact, in the Contact Timeline
- Real-time sync, even when logged out of HubSpot - send a message from WhatsApp or HubSpot, and watch it appear on the contact timeline on both platforms
- Personalize WhatsApp messages with contact information stored in HubSpot

Increase sales team productivity
- Automatically create any new WhatsApp contacts in HubSpot, no manual 'save contact'
- Create unlimited WhatsApp message templates to quickly respond to your contacts
- Segment and label your WhatsApp leads for efficient follow-up
- Automatically create agent reminders and tasks with HubSpot workflows, triggered by WhatsApp messages sent or received

Get complete visibility and control of the WhatsApp sales channel
- All WhatsApp conversations history with contact is visible to all team members and managers, to ensure full context
- Retain visibility into all sales chats by a particular rep, even if they exit the organization
- View sales conversations by individual sales reps, to review performance
- View messaging metrics dashboard for individuals reps, and the overall team, to review rep and channel performance                    

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

ชื่อ WhatsApp HubSpot Connect WhatsApp HubSpot Connect
ID kjliiodhegmjjdadimfendbpfkclcena
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kjliiodhegmjjdadimfendbpfkclcena
คำอธิบาย Optimize business comms: WhatsApp HubSpot Connect. Send, log and manage messages seamlessly in HubSpot CRM. Level up your operations
ขนาดไฟล์ 614 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 5.0.6
อัปเดตครั้งล่าสุด 2023-09-17
วันที่เผยแพร่ 2023-07-19
ผู้พัฒนา https://www.niswey.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.niswey.com/hubspot-whatsapp-integration
URL หน้าช่วยเหลือ https://share.hsforms.com/1Is0DNg6XS8yM6PgC4VVVuA1mb0n
URL หน้านโยบายความเป็นส่วนตัว https://www.niswey.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WhatsApp HubSpot Connect",
    "short_name": "HW",
    "description": "Optimize business comms: WhatsApp HubSpot Connect. Send, log and manage messages seamlessly in HubSpot CRM. Level up your operations",
    "version": "5.0.6",
    "icons": {
        "16": "img\/hubchat16.png",
        "48": "img\/hubchat48.png",
        "128": "img\/hubchat128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/config.js",
                "scripts\/utility.js",
                "scripts\/app.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "*:\/\/niswey.net\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "gcm"
    ],
    "options_page": "options\/options.html",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/*.hubspot.com\/*"
            ]
        }
    ]
}