Whatsapp Sync: HubSpot + Whatsapp Integration
Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers
¿Qué es Whatsapp Sync: HubSpot + Whatsapp Integration?
Whatsapp Sync: HubSpot + Whatsapp Integration es una extensión de Chrome desarrollada por http://treble.ai, y su función principal es "Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Whatsapp Sync: HubSpot + Whatsapp Integration
Descarga archivos de extensión Whatsapp Sync: HubSpot + Whatsapp Integration en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | bnhabmgplccdipbnahndkojljepoijck |
URL Oficial | https://chrome.google.com/webstore/detail/whatsapp-sync-hubspot-+-w/bnhabmgplccdipbnahndkojljepoijck |
Descripción | Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers |
Tamaño del Archivo | 1.71 MB |
Cantidad de Instalaciones | 3,000 |
Versión Actual | 2.2.3 |
Última Actualización | 2021-12-09 |
Fecha de Publicación | 2020-11-18 |
Calificación | 4.00/5 Total de 11 Calificaciones |
Desarrollador | http://treble.ai |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } } |