Wazzup for HubSpot

Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.

Wazzup for HubSpotคืออะไร?

Wazzup for HubSpot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wazzup24.com และคุณลักษณะหลักของมันคือ "Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Wazzup connects WhatsApp and Instagram to Hubspot CRM. You can chat with clients directly from the deal card or through a convenient chat window, which displays all available dialogs. In addition, you can automatically distribute new requests between employees and write to clients first in Whatsapp or Instagram.                    

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

ชื่อ Wazzup for HubSpot Wazzup for HubSpot
ID fjnlkmelocdiljhcfphmfnkpfolcpbjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wazzup-for-hubspot/fjnlkmelocdiljhcfphmfnkpfolcpbjm
คำอธิบาย Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.
ขนาดไฟล์ 328 KB
จำนวนการติดตั้ง 1,533
เวอร์ชันปัจจุบัน 1.0.12
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2020-12-21
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://wazzup24.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://wazzup24.com/privacy-policy-en
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wazzup for HubSpot",
    "description": "Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.",
    "version": "1.0.12",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/integrations.wazzup24.com\/*",
        "https:\/\/ws-counters2.wazzup24.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "oauth.js"
            ],
            "matches": [
                "https:\/\/integrations.wazzup24.com\/hubspot\/extension\/*"
            ]
        },
        {
            "js": [
                "hubspot.js"
            ],
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ]
        }
    ]
}