Hotzapp: CRM Tools for WhatsApp Web
Be more productive at your work. Chat, organize and get things done faster than ever.
Wat is Hotzapp: CRM Tools for WhatsApp Web?
Hotzapp: CRM Tools for WhatsApp Web is een Chrome-extensie ontwikkeld door https://hotzapp.com, en de belangrijkste functie is "Be more productive at your work. Chat, organize and get things done faster than ever.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hotzapp: CRM Tools for WhatsApp Web
Download Hotzapp: CRM Tools for WhatsApp Web-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
Increase your productivity and efficiency in your day-to-day business operations by adding CRM tools and functionalities to your WhatsApp Web. Now available in three languages: Portuguese, Spanish, and English. Check out the amazing features: 1) Start conversations with non-contacts: With just one click, you can initiate a conversation with any phone number without the need to save it in your contacts. This feature is perfect for quickly starting new interactions without any delays. 2) Start conversations on WhatsApp from any page: No matter which page you're browsing on your Chrome browser, you can now select a phone number, right-click, and choose the option "Start Conversation on WhatsApp." It has never been easier to call someone on WhatsApp Web from any web page. 3) WhatsApp Link Generator: Create customized links to direct your customers straight to WhatsApp. This functionality is extremely useful for placing links on your web pages and social media profiles, allowing your customers to contact you quickly and directly. 4) Backup of all numbers: Never lose an important contact again! You can now download all contacts, including groups, in an Excel file. Keep your data secure and easily accessible. 5) Integration with Hotzapp: Now you can initiate WhatsApp conversations directly from the orders received in your Hotzapp. Streamline customer support and always be ready to respond to inquiries quickly and efficiently. 6) Tab Organizer: Tabs are automatically sorted into categories such as Unread, Groups, and 1:1 simplifying chat organization. Furthermore, users can create personalized tabs and group chats accordingly, facilitating easy access to important conversations. 7) Privacy is Power: This functionality hides messages and selected content until you hover over them. Toggle buttons allow for quick activation or deactivation of these effects with just a click. 8) Lock Screen: This feature adds an extra layer of security to WhatsApp Web by requiring a password for access. It ensures that your messages and chats remain private, even when you're away from your device. We are confident that you will love our features. If you have any suggestions for improvements or need to report any issues, our support team is available at [email protected]. Enjoy all the benefits of WhatsApp Web with these amazing CRM functionalities! Legal Notice: WhatsApp is a trademark of WhatsApp Inc. Hotzapp is an independent product and has no relationship with WhatsApp, WhatsApp Inc or Meta Inc. It is not an official WhatsApp or Meta product.
Basisinformatie over de Extensie
Naam | Hotzapp: CRM Tools for WhatsApp Web |
ID | pfeiikbbjjbdcjhkapplmkcjfionhegl |
Officiële URL | https://chromewebstore.google.com/detail/hotzapp-crm-tools-for-wha/pfeiikbbjjbdcjhkapplmkcjfionhegl |
Beschrijving | Be more productive at your work. Chat, organize and get things done faster than ever. |
Bestandsgrootte | 770 KB |
Aantal Installaties | 863 |
Huidige Versie | 0.0.18 |
Laatst Bijgewerkt | 2024-02-29 |
Publicatiedatum | 2023-05-23 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://hotzapp.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://hotzapp.com/chrome-extension/ |
URL van de Privacybeleid Pagina | https://hotzapp.com/privacy-policy |
Ondersteunde Talen | en,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDesc__", "version": "0.0.18", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApq44Z4upixYHzvCL6NPN\/4O7bwrZ7ahkakDrNYsHy3yq++KNyiur89OLcM3mnvgfrN7PXSZcoFw1A2q2B2Lk\/2CiEUfgTTJqv3XVC+2TnWwnDH3+VMuETKs9dV6JIyoQSaeuc7tTHf3xBJqnIeqdRsueGEp\/xNjrVznNyyzkpeC7HMhXI\/7erjVXcvI71+inAxQHRot4hxIQCmbFpPkcnRlMJnu\/2ktKoYUMKMw+7hGKZuPi\/ZR7eL4FUJ6e8UyvKpsTYnPZ4Z0A\/JjtcizZjNTBLuQ4GGr5ThlUAJeOhqeqoiE6hFAaFqxziv1GNpLxsfY+fN8CNlDHx5FujuN6FwIDAQAB", "manifest_version": 3, "name": "__MSG_extName__", "default_locale": "pt_BR", "permissions": [ "contextMenus", "storage", "unlimitedStorage", "tabs", "scripting", "alarms" ], "host_permissions": [ "https:\/\/*.hotzapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "action": { "default_icon": { "16": "assets\/images\/icons\/hz_logo_16.png", "32": "assets\/images\/icons\/hz_logo_32.png", "48": "assets\/images\/icons\/hz_logo_48.png", "128": "assets\/images\/icons\/hz_logo_128.png" }, "default_title": "Hotzapp" }, "icons": { "16": "assets\/images\/icons\/hz_logo_16.png", "32": "assets\/images\/icons\/hz_logo_32.png", "48": "assets\/images\/icons\/hz_logo_48.png", "128": "assets\/images\/icons\/hz_logo_128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "assets\/js\/libs\/popper.js", "assets\/js\/libs\/[email protected]", "assets\/js\/libs\/intlTelInput.min.js", "assets\/js\/libs\/toastify-js.js", "assets\/js\/libs\/sheetjs.com_xlsx-0.19.3.full.min.js", "assets\/js\/privacy.js", "assets\/js\/content.js" ], "css": [ "assets\/css\/libs\/animate.min.css", "assets\/css\/libs\/tabsy.css", "assets\/css\/libs\/intlTelInput.css", "assets\/css\/libs\/toastify.min.css", "assets\/css\/style.css" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/web.whatsapp.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "assets\/html\/*", "assets\/images\/*", "assets\/css\/*", "assets\/js\/languages\/*.json", "assets\/js\/chats.js", "assets\/js\/fiber.js", "assets\/js\/fiber_beta.js", "assets\/js\/privacy.js", "assets\/js\/libs\/sweetalert2.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] } |