Wazzup for HubSpot
Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.
Hvad er Wazzup for HubSpot?
Wazzup for HubSpot er en Chrome-udvidelse udviklet af https://wazzup24.com, og dens hovedfunktion er "Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.".
Udvidelsesskærmbilleder
Download Wazzup for HubSpot-udvidelses-CRX-fil
Download Wazzup for HubSpot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Wazzup for HubSpot |
ID | fjnlkmelocdiljhcfphmfnkpfolcpbjm |
Officiel URL | https://chromewebstore.google.com/detail/wazzup-for-hubspot/fjnlkmelocdiljhcfphmfnkpfolcpbjm |
Beskrivelse | Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats. |
Filstørrelse | 328 KB |
Antal Installationer | 1,533 |
Nuværende Version | 1.0.12 |
Senest Opdateret | 2024-02-12 |
Udgivelsesdato | 2020-12-21 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | https://wazzup24.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://wazzup24.com/privacy-policy-en |
Understøttede Sprog | 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\/*" ] } ] } |