Wazzup for HubSpot
Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.
Was ist Wazzup for HubSpot?
Wazzup for HubSpot ist eine Chrome-Erweiterung, die von https://wazzup24.com entwickelt wurde, und ihr Hauptmerkmal ist "Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.".
Erweiterungsscreenshots
Wazzup for HubSpot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wazzup for HubSpot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Wazzup for HubSpot |
ID | fjnlkmelocdiljhcfphmfnkpfolcpbjm |
Offizielle URL | https://chromewebstore.google.com/detail/wazzup-for-hubspot/fjnlkmelocdiljhcfphmfnkpfolcpbjm |
Beschreibung | Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats. |
Dateigröße | 328 KB |
Installationsanzahl | 1,533 |
Aktuelle Version | 1.0.12 |
Letztes Update | 2024-02-12 |
Veröffentlichungsdatum | 2020-12-21 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://wazzup24.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://wazzup24.com/privacy-policy-en |
Unterstützte Sprachen | 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\/*" ] } ] } |