Whatsapp Sync: HubSpot + Whatsapp Integration
Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers
Whatsapp Sync: HubSpot + Whatsapp Integration là gì?
Whatsapp Sync: HubSpot + Whatsapp Integration là một tiện ích mở rộng Chrome được phát triển bởi http://treble.ai, và tính năng chính của nó là "Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers".
Ả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 Whatsapp Sync: HubSpot + Whatsapp Integration
Tải xuống các tệp mở rộng Whatsapp Sync: HubSpot + Whatsapp Integration 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
WhatsApp Sync integrates all the power of Hubspot CRM with WhatsApp Web, allowing sales and support agents to perform simple Hubspot tasks without exiting WhatsApp conversations. Store all the conversations exchanged with leads and customers directly on Hubspot, keeping track of sales and customer service activities without losing any valuable information for your business.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bnhabmgplccdipbnahndkojljepoijck |
URL Chính Thức | https://chrome.google.com/webstore/detail/whatsapp-sync-hubspot-+-w/bnhabmgplccdipbnahndkojljepoijck |
Mô tả | Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers |
Kích Thước Tệp | 1.71 MB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 2.2.3 |
Cập Nhật Lần Cuối | 2021-12-09 |
Ngày Phát Hành | 2020-11-18 |
Đánh Giá | 4.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | http://treble.ai |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.2.3", "content_scripts": [ { "matches": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "js": [ "main.js" ], "css": [ "hubspot.css" ] } ], "background": { "scripts": [ "src\/api\/bg_page.js" ], "persistent": false }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "treble.ai settings" }, "permissions": [ "activeTab", "storage", "tabs", "background" ], "manifest_version": 2, "web_accessible_resources": [ "src\/*.js", "hubspot.css", "assets\/*", "jquery.js", "static\/*" ], "externally_connectable": { "matches": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ] } } |