Wazzup for HubSpot
Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats.
Wazzup for HubSpot क्या है?
Wazzup for HubSpot https://wazzup24.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wazzup for HubSpot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Wazzup for HubSpot |
ID | fjnlkmelocdiljhcfphmfnkpfolcpbjm |
आधिकारिक URL | https://chromewebstore.google.com/detail/wazzup-for-hubspot/fjnlkmelocdiljhcfphmfnkpfolcpbjm |
विवरण | Wazzup extension for HubSpot crm. Extends HubSpot crm UI with Wazzup chats. |
फ़ाइल का आकार | 328 KB |
स्थापना संख्या | 1,533 |
वर्तमान संस्करण | 1.0.12 |
अंतिम अपडेट | 2024-02-12 |
प्रकाशन तिथि | 2020-12-21 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://wazzup24.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://wazzup24.com/privacy-policy-en |
समर्थित भाषाएँ | 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\/*" ] } ] } |