Wazzup for HubSpot
Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.
Wazzup for HubSpot là gì?
Wazzup for HubSpot là một tiện ích mở rộng Chrome được phát triển bởi https://wazzup24.com, và tính năng chính của nó là "Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wazzup for HubSpot
Tải xuống các tệp mở rộng Wazzup for HubSpot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wazzup for HubSpot |
ID | fjnlkmelocdiljhcfphmfnkpfolcpbjm |
URL Chính Thức | https://chromewebstore.google.com/detail/wazzup-for-hubspot/fjnlkmelocdiljhcfphmfnkpfolcpbjm |
Mô tả | Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats. |
Kích Thước Tệp | 328 KB |
Số Lần Cài Đặt | 1,533 |
Phiên Bản Hiện Tại | 1.0.12 |
Cập Nhật Lần Cuối | 2024-02-12 |
Ngày Phát Hành | 2020-12-21 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://wazzup24.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://wazzup24.com/privacy-policy-en |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |