WA Bulk Sender
chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…
WA Bulk Senderคืออะไร?
WA Bulk Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Itize และคุณลักษณะหลักของมันคือ "chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WA Bulk Sender
ดาวน์โหลดไฟล์ส่วนขยาย WA Bulk Sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to interact with digital devices as if they were communicating with a real person.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WA Bulk Sender |
ID | ahageimhbdmjebepjhknaneajbpmflfm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wa-bulk-sender/ahageimhbdmjebepjhknaneajbpmflfm |
คำอธิบาย | chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to… |
ขนาดไฟล์ | 4.6 MB |
จำนวนการติดตั้ง | 126 |
เวอร์ชันปัจจุบัน | 4.3.3 |
อัปเดตครั้งล่าสุด | 2024-01-08 |
วันที่เผยแพร่ | 2022-05-10 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Itize |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html", "default_title": "WA Bulk Sender" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "contentmin.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ], "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "manifest_version": 3, "name": "WA Bulk Sender", "permissions": [ "storage", "https:\/\/hsdigitalsolution.in\/extractor\/api\/waa_api.php" ], "version": "4.3.3", "web_accessible_resources": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "resources": [ "thx.html", "css\/lib.css", "\/img\/*", "flmin.js" ] } ] } |