Wazzup for HubSpot
Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.
Wat is Wazzup for HubSpot?
Wazzup for HubSpot is een Chrome-extensie ontwikkeld door https://wazzup24.com, en de belangrijkste functie is "Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wazzup for HubSpot
Download Wazzup for HubSpot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Wazzup connects WhatsApp and Instagram to Hubspot CRM. You can chat with clients directly from the deal card or through a convenient chat window, which displays all available dialogs. In addition, you can automatically distribute new requests between employees and write to clients first in Whatsapp or Instagram.
Basisinformatie over de Extensie
Naam | Wazzup for HubSpot |
ID | fjnlkmelocdiljhcfphmfnkpfolcpbjm |
Officiële URL | https://chromewebstore.google.com/detail/wazzup-for-hubspot/fjnlkmelocdiljhcfphmfnkpfolcpbjm |
Beschrijving | Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats. |
Bestandsgrootte | 328 KB |
Aantal Installaties | 1,533 |
Huidige Versie | 1.0.12 |
Laatst Bijgewerkt | 2024-02-12 |
Publicatiedatum | 2020-12-21 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://wazzup24.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://wazzup24.com/privacy-policy-en |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wazzup for HubSpot", "description": "Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.", "version": "1.0.12", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "storage", "activeTab", "tabs" ], "host_permissions": [ "https:\/\/integrations.wazzup24.com\/*", "https:\/\/ws-counters2.wazzup24.com\/*" ], "content_scripts": [ { "js": [ "oauth.js" ], "matches": [ "https:\/\/integrations.wazzup24.com\/hubspot\/extension\/*" ] }, { "js": [ "hubspot.js" ], "matches": [ "https:\/\/*.hubspot.com\/*" ] } ] } |