Whatsapp Sync: HubSpot + Whatsapp Integration
Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers
Whatsapp Sync: HubSpot + Whatsapp Integrationคืออะไร?
Whatsapp Sync: HubSpot + Whatsapp Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://treble.ai และคุณลักษณะหลักของมันคือ "Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whatsapp Sync: HubSpot + Whatsapp Integration
ดาวน์โหลดไฟล์ส่วนขยาย Whatsapp Sync: HubSpot + Whatsapp Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bnhabmgplccdipbnahndkojljepoijck |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whatsapp-sync-hubspot-+-w/bnhabmgplccdipbnahndkojljepoijck |
คำอธิบาย | Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers |
ขนาดไฟล์ | 1.71 MB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 2.2.3 |
อัปเดตครั้งล่าสุด | 2021-12-09 |
วันที่เผยแพร่ | 2020-11-18 |
คะแนน | 4.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | http://treble.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } } |