WassupBot
WassupBot - Whole WhatsApp in one click!!
WassupBotคืออะไร?
WassupBot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wassupbot.com และคุณลักษณะหลักของมันคือ "WassupBot - Whole WhatsApp in one click!!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WassupBot
ดาวน์โหลดไฟล์ส่วนขยาย WassupBot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WassupBot - Your Ultimate WhatsApp Companion & The Ultimate WhatsApp Web Solution. A powerful tool for businesses and individuals. Send customized bulk messages, create groups, and access privacy features, all from your computer. Whether you're a salesperson, marketer, or just a user, WassupBot has everything you need to make your WhatsApp experience even better. Key Features: Send bulk messages with personalized names and attachments Create groups and manage participants Export contacts and group participants Use placeholders for personalized messages Random send intervals for safe and efficient bulk messaging Real-time sending progress tracker Stop auto sending at any time Experience the power of WhatsApp Web like never before with WassupBot. Use it for free today! Take your WhatsApp experience to the next level with WassupBot! With bulk messaging, privacy features, group management, and contact exporting capabilities, you'll be able to streamline your communication and reach your customers more efficiently. With the WassupBot bulk messaging feature, you can send personalized messages to your customers, contacts, and leads with ease. Create broadcast lists and message templates to make the process even smoother. You can even send messages to numbers not saved in your contact list. WassupBot also offers powerful privacy features to keep your chats secure. Enjoy enhanced privacy on your WhatsApp web experience. Group management has never been easier with WassupBot. You can easily create groups, export group participants, and take advantage of other group features to keep your chats organized. Even more features, including attachment sending, name personalization, and real-time sending progress. Start using WassupBot today and elevate your WhatsApp experience! Get ready to revolutionize your business communication with our powerful WhatsApp Bulk Messaging and Chatbot Chrome Extension! Send personalized mass messages and automate your customer interactions with ease. Enjoy the added bonus of privacy features to keep your data secure and the ability to export contacts with a single click. Experience the convenience of managing your customer communication directly from your browser. Upgrade your communication strategy now with our cutting-edge extension! Note: WhatsApp is a trademark of WhatsApp Inc. WassupBot is an independent project and has no affiliation with WhatsApp Inc. It is easy to setup and use. However, please use responsibly and avoid spamming, which is strictly prohibited by WhatsApp.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WassupBot |
ID | agkidhcieijhiegpidiamfbigiogmmnp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wassupbot/agkidhcieijhiegpidiamfbigiogmmnp |
คำอธิบาย | WassupBot - Whole WhatsApp in one click!! |
ขนาดไฟล์ | 1.67 MB |
จำนวนการติดตั้ง | 1,170 |
เวอร์ชันปัจจุบัน | 3.3 |
อัปเดตครั้งล่าสุด | 2023-11-20 |
วันที่เผยแพร่ | 2023-02-08 |
คะแนน | 4.65/5 รวมทั้งหมด 142 คะแนน |
ผู้พัฒนา | https://wassupbot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wassupbot.com/ |
URL หน้าช่วยเหลือ | https://wassupbot.com/contact-us/ |
URL หน้านโยบายความเป็นส่วนตัว | https://wassupbot.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WassupBot", "version": "3.3", "description": "WassupBot - Whole WhatsApp in one click!!", "icons": { "128": "assets\/logo128.png", "16": "assets\/logo16.png", "48": "assets\/logo48.png" }, "action": { "default_icon": { "16": "assets\/logo16.png", "24": "assets\/logo24.png", "32": "assets\/logo32.png" }, "default_title": "WassupBot - WhatsApp Bot" }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "content.js" ], "css": [ "content.css", "css\/fontawesome.min.css", "css\/regular.min.css", "css\/solid.min.css" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/wassupbot.com\/*" ], "homepage_url": "https:\/\/wassupbot.com", "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "inject.js", "css\/*", "webfonts\/*", "assets\/*" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "permissions": [ "activeTab", "storage", "unlimitedStorage", "power" ] } |