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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
        ]
    }
}