waTidy
waTidy é um CRM para WhatsApp Web. Organize seus chats e otimize seus negócios no WhatsApp Web
waTidy là gì?
waTidy là một tiện ích mở rộng Chrome được phát triển bởi https://watidy.com.br, và tính năng chính của nó là "waTidy é um CRM para WhatsApp Web. Organize seus chats e otimize seus negócios no WhatsApp Web".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng waTidy
Tải xuống các tệp mở rộng waTidy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
⚡ The first CRM to organize your WhatsApp web conversations and create a workflow is here! ⚡ ✅ Features: ✔ Create custom tabs, easily find your important contacts ✔ Send messages to a number that is not in your phonebook ✔ Create notes for each contact within the contact ✔ Do you have to call back? Set reminders for each contact ✔ Keep all your conversations in order without losing the detail of each one ✔ Use in your native language (Portuguese, Spanish, English) ✅ System tabs: ✔ Unread messages ✔ Need to answer ✔ Waiting for a response ✔ Groups ✔ Broadcast lists 👉 Forget about complex software and difficult CRM, waTidy is simple and functional. ✔ Passed Google Chrome Security Audit ✔ Does not use a database, everything happens on your computer. ➡ Create your customer service and sales funnel very easily, waTidy was created by people who work and understand the need for an orderly workflow. ✔ Real estate ✔ Insurance advisors ✔ Medical professionals ✔ Lawyers ✔ Counters ✔ Digital marketing professionals ✔ Online sellers ✔ Retail stores ✔ Wholesale stores ✔Restaurants ✔ Pizzerias and hamburgers ✔ Pharmacies ✔ And many more ✅ How to use waTidy CRM To use the waTidy Chrome extension you will only have to install it from the official Google Chrome store, waTidy is intuitive and easy to use, it does not require training and you will be able to use it very easily, try the free version before buying a Premium license. ✅ Privacy Policy You can review our terms and conditions at https://watidy.com/privacy-policy, but we also provide a summary here. One of the big challenges when creating waTidy was privacy, we made sure to create a tool with local archive, WE HAVE NO DATA STORAGE SERVERS, everything that happens in waTidy is saved locally on your computer, if you lose access to your computer we can not recover your information, use the export and import function of the extension if you want to make a backup copy from time to time. All your conversations, tabs, reminders, notes and everything that happens on your WhatsApp remain on your computer, keep this in mind when using any application. To activate your Premium license you will receive an activation code with your purchase, your payment details, your email and all your information remain with the payment processor, waTidy does not have access to that information. waTidy is an independent Chrome extension that adds extra features to your WhatsApp web, we are not part of WhatsApp Inc., we do not have a usage agreement or exclusive licenses. WhatsApp is the trademark of WhatsApp Inc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | waTidy |
ID | gjlfpggiddcminhebiejofeglfjmleli |
URL Chính Thức | https://chromewebstore.google.com/detail/watidy/gjlfpggiddcminhebiejofeglfjmleli |
Mô tả | waTidy é um CRM para WhatsApp Web. Organize seus chats e otimize seus negócios no WhatsApp Web |
Kích Thước Tệp | 1.39 MB |
Số Lần Cài Đặt | 13,227 |
Phiên Bản Hiện Tại | 5.3.1 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2022-03-16 |
Đánh Giá | 4.06/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | https://watidy.com.br |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://watidy.com.br |
URL Trang Chính Sách Bảo Mật | https://watidy.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "waTidy", "version": "5.3.1", "description": "waTidy \u00e9 um CRM para WhatsApp Web. Organize seus chats e otimize seus neg\u00f3cios no WhatsApp Web", "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_icon": "label\/icons\/icon.png" }, "icons": { "128": "label\/icons\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "src\/pages\/content\/index.js", "assets\/libs\/micRecorder.js" ], "css": [ "label\/css\/waTidy.css", "assets\/css\/Contentstyle.chunk.css", "assets\/css\/Main.chunk.css" ] } ], "web_accessible_resources": [ { "resources": [ "label\/*.json", "label\/*.png", "src\/**\/*.js", "assets\/js\/*.js", "assets\/css\/*.css", "assets\/**\/*.mp3", "assets\/**\/.ttf", "assets\/libs\/*.js", "src\/pages\/controllerWPP\/index.js", "src\/pages\/crm\/*\/*.js", "src\/pages\/crm\/index.js ", "src\/pages\/crm\/index.html ", "src\/pages\/crm\/svgs\/*.svg", "src\/pages\/crm\/svgs\/img\/*.svg", "src\/pages\/crm\/svgs\/icons\/*.png" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "permissions": [ "unlimitedStorage", "storage", "alarms", "tabs" ] } |