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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}