WA Booster - Send WhatsApp Messages
Send Bulk WhatsApp Messages
WA Booster - Send WhatsApp Messagesคืออะไร?
WA Booster - Send WhatsApp Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://wabooster.xyz และคุณลักษณะหลักของมันคือ "Send Bulk WhatsApp Messages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WA Booster - Send WhatsApp Messages
ดาวน์โหลดไฟล์ส่วนขยาย WA Booster - Send WhatsApp Messages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Send Many WhatsApp Messages. Best WhatsApp Sender Application - FREE * Send messages to unlimited numbers * Support : images, videos, documents .. * Random Delay between messages * Import numbers fron .CSV file * Support Variables WhatsWeb ★ WhatsWeb allows you to send automated, customized, bulk, WhatsApp messages. By doing this, you can have meaningful conversations with your clients and target audience thereby growing your business. ★ No more one by one sending off messages to all your customers. ★ No more sending of common messages to your prominent users. HOW TO USE WHATSWEB 1. Install the extension! 2. Open WhatsApp Web in a new tab and click on the icon in top right 3. Upload CSV 4. Personalize your Message with [name] variable 5. Attach a File (photo, video, document …) 6. Hit Prepare 7. Hit Send LEGAL We believe in boosting your WhatsApp Web experience and increasing productivity. Unlike other extensions WA Web Plus for WhatsApp™, WhatsWeb, WAToolkit, etc., we do not promote bulk messaging Note : This is not an official extension of WhatsApp. By downloading the extension, you agree to our Terms of Service and Privacy Policy WhatsApp is a trademark of WhatsApp Inc. , registered in the U.S. and other countries. This Chrome extension is not endorsed or certified by WhatsApp Inc. This is an unofficial enhancement for WhatsApp Web.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hlbmlmkipiphfhmojbjennbgmgnnkjni |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wa-booster-send-whatsapp/hlbmlmkipiphfhmojbjennbgmgnnkjni |
คำอธิบาย | Send Bulk WhatsApp Messages |
ขนาดไฟล์ | 449 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2022-01-15 |
วันที่เผยแพร่ | 2021-10-13 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://wabooster.xyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wabooster.xyz |
URL หน้าช่วยเหลือ | https://wabooster.xyz/faq |
URL หน้านโยบายความเป็นส่วนตัว | https://wabooster.xyz/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WA Booster - Send WhatsApp Messages", "version": "2.0.0", "description": "Send Bulk WhatsApp Messages", "icons": { "16": "assets\/logo.png", "48": "assets\/logo.png", "128": "assets\/logo.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/web.whatsapp.com\/", "https:\/\/api.whatsapp.com\/" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_title": "WA Booster - Send WhatsApp Messages", "default_icon": [] }, "permissions": [ "storage", "identity", "identity.email", "https:\/\/wabooster.xyz\/", "http:\/\/127.0.0.1:8000\/" ] } |