Whatsapp Sync: HubSpot + Whatsapp Integration
Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers
Cos'è Whatsapp Sync: HubSpot + Whatsapp Integration?
Whatsapp Sync: HubSpot + Whatsapp Integration è un'estensione di Chrome sviluppata da http://treble.ai, e la sua funzione principale è "Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Whatsapp Sync: HubSpot + Whatsapp Integration
Scarica i file di estensione Whatsapp Sync: HubSpot + Whatsapp Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bnhabmgplccdipbnahndkojljepoijck |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-sync-hubspot-+-w/bnhabmgplccdipbnahndkojljepoijck |
Descrizione | Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers |
Dimensione del File | 1.71 MB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 2.2.3 |
Ultimo Aggiornamento | 2021-12-09 |
Data di Pubblicazione | 2020-11-18 |
Valutazione | 4.00/5 Totale 11 Valutazioni |
Sviluppatore | http://treble.ai |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } } |