HubSpot + WhatsApp Integration

HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!

HubSpot + WhatsApp Integrationคืออะไร?

HubSpot + WhatsApp Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Niswey และคุณลักษณะหลักของมันคือ "HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Integrate your HubSpot with WhatsApp. Send 1:1 WhatsApp messages all from within HubSpot. Record all sales or customer support WhatsApp conversation on HubSpot timeline. Take action based on messages.                    

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

ชื่อ HubSpot + WhatsApp Integration HubSpot + WhatsApp Integration
ID jibboddpcjnedlffmjhjljchdhdnppab
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hubspot-+-whatsapp-integr/jibboddpcjnedlffmjhjljchdhdnppab
คำอธิบาย HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!
ขนาดไฟล์ 569 KB
จำนวนการติดตั้ง 3,025
เวอร์ชันปัจจุบัน 4.6.26
อัปเดตครั้งล่าสุด 2023-05-15
วันที่เผยแพร่ 2020-06-14
คะแนน 3.72/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Niswey
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.niswey.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HubSpot + WhatsApp Integration",
    "short_name": "HW",
    "description": "HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!",
    "version": "4.6.26",
    "icons": {
        "16": "img\/hubchat16.png",
        "48": "img\/hubchat48.png",
        "128": "img\/hubchat128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "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": "script-src 'self' 'unsafe-eval' https:\/\/app.getbeamer.com https:\/\/js.pusher.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "img\/*"
    ]
}