HubSpot + WhatsApp Integration

HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!

HubSpot + WhatsApp Integration란 무엇입니까?

HubSpot + WhatsApp Integration은(는) Niswey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

HubSpot + WhatsApp Integration 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Integrate your HubSpot with WhatsApp. Send 1:1 WhatsApp messages all from within HubSpot. Record all sales or customer support WhatsApp conversation on HubSpot timeline. Take action based on messages.                    

확장 프로그램 기본 정보

이름 HubSpot + WhatsApp Integration HubSpot + WhatsApp Integration
ID jibboddpcjnedlffmjhjljchdhdnppab
공식 URL https://chrome.google.com/webstore/detail/hubspot-+-whatsapp-integr/jibboddpcjnedlffmjhjljchdhdnppab
설명 HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!
파일 크기 569 KB
설치 횟수 3,025
현재 버전 4.6.26
최근 업데이트 2023-05-15
출시 날짜 2020-06-14
평점 3.72/5 총 18 개의 평점
개발자 Niswey
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.niswey.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HubSpot + WhatsApp Integration",
    "short_name": "HW",
    "description": "HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!",
    "version": "4.6.26",
    "icons": {
        "16": "img\/hubchat16.png",
        "48": "img\/hubchat48.png",
        "128": "img\/hubchat128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/config.js",
                "scripts\/utility.js",
                "scripts\/app.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/app.getbeamer.com https:\/\/js.pusher.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "img\/*"
    ]
}