Whatsapp Sync: HubSpot + Whatsapp Integration

Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers

ما هو Whatsapp Sync: HubSpot + Whatsapp Integration؟

Whatsapp Sync: HubSpot + Whatsapp Integration هو إضافة Chrome تم تطويرها بواسطة http://treble.ai، والميزة الرئيسية لها هي "Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Whatsapp Sync: HubSpot + Whatsapp Integration

قم بتنزيل ملفات الامتداد Whatsapp Sync: HubSpot + Whatsapp Integration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        WhatsApp Sync integrates all the power of Hubspot CRM with WhatsApp Web, allowing sales and support agents to perform simple Hubspot tasks without exiting WhatsApp conversations.

Store all the conversations exchanged with leads and customers directly on Hubspot, keeping track of sales and customer service activities without losing any valuable information for your business.                    

معلومات أساسية عن التمديد

الاسم Whatsapp Sync: HubSpot + Whatsapp Integration Whatsapp Sync: HubSpot + Whatsapp Integration
ID bnhabmgplccdipbnahndkojljepoijck
عنوان URL الرسمي https://chrome.google.com/webstore/detail/whatsapp-sync-hubspot-+-w/bnhabmgplccdipbnahndkojljepoijck
الوصف Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers
حجم الملف 1.71 MB
عدد التثبيتات 3,000
النسخة الحالية 2.2.3
آخر تحديث 2021-12-09
تاريخ النشر 2020-11-18
تقييم 4.00/5 مجموع تقييمات 11
المطور http://treble.ai
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.2.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "hubspot.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/api\/bg_page.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "treble.ai settings"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "background"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "src\/*.js",
        "hubspot.css",
        "assets\/*",
        "jquery.js",
        "static\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/web.whatsapp.com\/*",
            "https:\/\/web.whatsapp.com\/*"
        ]
    }
}