Whatsapp Sync: HubSpot + Whatsapp Integration
Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers
Qu'est-ce que Whatsapp Sync: HubSpot + Whatsapp Integration ?
Whatsapp Sync: HubSpot + Whatsapp Integration est une extension Chrome développée par http://treble.ai, et sa fonction principale est "Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Whatsapp Sync: HubSpot + Whatsapp Integration
Téléchargez les fichiers d'extension Whatsapp Sync: HubSpot + Whatsapp Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bnhabmgplccdipbnahndkojljepoijck |
URL Officiel | https://chrome.google.com/webstore/detail/whatsapp-sync-hubspot-+-w/bnhabmgplccdipbnahndkojljepoijck |
Description | Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers |
Taille du Fichier | 1.71 MB |
Nombre d'Installations | 3,000 |
Version Actuelle | 2.2.3 |
Dernière Mise à Jour | 2021-12-09 |
Date de Publication | 2020-11-18 |
Évaluation | 4.00/5 Total 11 Évaluations |
Développeur | http://treble.ai |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } } |