Wazzup for HubSpot
Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.
什麼是Wazzup for HubSpot?
Wazzup for HubSpot是由https://wazzup24.com開發的Chrome擴展程式,該擴展的主要功能是“Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.”。
擴展截圖
下載Wazzup for HubSpot擴展crx文件
下載Wazzup for HubSpot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Wazzup connects WhatsApp and Instagram to Hubspot CRM. You can chat with clients directly from the deal card or through a convenient chat window, which displays all available dialogs. In addition, you can automatically distribute new requests between employees and write to clients first in Whatsapp or Instagram. 擴展基本資訊
| 名稱 | |
| ID | fjnlkmelocdiljhcfphmfnkpfolcpbjm |
| 官方網址 | https://chromewebstore.google.com/detail/wazzup-for-hubspot/fjnlkmelocdiljhcfphmfnkpfolcpbjm |
| 簡介 | Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats. |
| 檔案大小 | 328 KB |
| 安裝次數 | 1,533 |
| 目前版本 | 1.0.12 |
| 更新時間 | 2024-02-12 |
| 上架時間 | 2020-12-21 |
| 評分 | 3.67/5 共 3 次評分 |
| 開發者 | https://wazzup24.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://wazzup24.com/privacy-policy-en |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wazzup for HubSpot",
"description": "Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.",
"version": "1.0.12",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
}
},
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"storage",
"activeTab",
"tabs"
],
"host_permissions": [
"https:\/\/integrations.wazzup24.com\/*",
"https:\/\/ws-counters2.wazzup24.com\/*"
],
"content_scripts": [
{
"js": [
"oauth.js"
],
"matches": [
"https:\/\/integrations.wazzup24.com\/hubspot\/extension\/*"
]
},
{
"js": [
"hubspot.js"
],
"matches": [
"https:\/\/*.hubspot.com\/*"
]
}
]
} | |