Tru Conversations by Truora
Welcome to Tru Conversations by Truora! Tru Conversations by Truora allows you to keep track of your contacts information in…
Τι είναι το Tru Conversations by Truora;
Το Tru Conversations by Truora είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον truora-apps, και η κύρια λειτουργία του είναι "Welcome to Tru Conversations by Truora! Tru Conversations by Truora allows you to keep track of your contacts information in…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tru Conversations by Truora
Λήψη αρχείων επέκτασης Tru Conversations by Truora σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Welcome to Tru Conversations by Truora! Tru Conversations by Truora allows you to keep track of your contacts information in HubSpot without leaving the WA Conversations. Let your team focus on the important tasks while ensuring you are getting all your contacts’ information right into your HubSpot account. Save time and scale your productivity: * Add contacts to your account without leaving your chats. * Get your contacts information inside your chats. * Add notes to your contacts without leaving your chats. * Track all the conversations your team is having with your leads or clients in HubSpot. * No complex integration needed, install our extension and start using it in minutes * Connect multiple phone numbers to the same HS account. What do you need to do for this integration? Three simple things are needed to integrate WA Web into your HS account. Truora takes care of the rest. * A chat account Account * A HubSpot Account * 5 Minutes to install the App You can add as many phone numbers as you need to the same HS account. This means that your whole sales team can be connected and sync the information into your account in real-time. Integration features: HubSpot contact management from conversations: You will be able to create and edit your CRM contacts from WA Web. If a contact was already created by someone else, all the information included in HubSpot will appear in chat giving you all the context needed to follow up the conversation naturally. Add notes to your contacts from WA Web: You will be able to bring the most important information about a contact right into HubSpot as notes. Select only the messages you find relevant for your team to know. This makes leads’ tracking easier and allows you to centralize the information in a single place. Access all the information in your HS account: Centralize all the information from multiple WhatsApp accounts in HubSpot. Ensure you have all the context needed to close a deal or provide the best customer service.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cbgoembbgniombljbfgbhjafdldlofjm |
Επίσημο URL | https://chromewebstore.google.com/detail/tru-conversations-by-truo/cbgoembbgniombljbfgbhjafdldlofjm |
Περιγραφή | Welcome to Tru Conversations by Truora! Tru Conversations by Truora allows you to keep track of your contacts information in… |
Μέγεθος Αρχείου | 52.94 KB |
Αριθμός Εγκαταστάσεων | 1,042 |
Τρέχουσα Έκδοση | 0.2.1 |
Τελευταία Ενημέρωση | 2022-10-06 |
Ημερομηνία Δημοσίευσης | 2022-05-23 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | truora-apps |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.truora.com/integral-privacy-notice |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tru Conversations by Truora", "version": "0.2.1", "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "main_bundle.js" ], "css": [ "truwhatsapp.css" ] } ], "icons": { "128": "icons\/logo-128.png", "48": "icons\/logo-48.png", "16": "icons\/logo-16.png" }, "permissions": [ "storage" ] } |