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!”。
擴展截圖
下載HubSpot + WhatsApp Integration擴展crx文件
下載HubSpot + WhatsApp Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | jibboddpcjnedlffmjhjljchdhdnppab |
| 官方網址 | 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\/*"
]
} | |