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.
扩展基本信息
名称 | Wazzup for HubSpot |
ID | fjnlkmelocdiljhcfphmfnkpfolcpbjm |
官方URL | 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\/*" ] } ] } |