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是由http://treble.ai開發的Chrome擴展程式,該擴展的主要功能是“Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Whatsapp Sync: HubSpot + Whatsapp Integration擴展crx文件

下載Whatsapp Sync: HubSpot + Whatsapp Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
        ]
    }
}