Whats Auto Send
Chrome Extension that allows you to send WhatsApp messages in bulk
Whats Auto Sendคืออะไร?
Whats Auto Send เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jusceir R และคุณลักษณะหลักของมันคือ "Chrome Extension that allows you to send WhatsApp messages in bulk"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whats Auto Send
ดาวน์โหลดไฟล์ส่วนขยาย Whats Auto Send ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The "Automated Messaging and File Sending Extension for WhatsApp" is an essential tool for marketers, sales teams, business owners, and anyone looking to automate and optimize their interactions on WhatsApp. With advanced features and an intuitive interface, it provides a convenient solution for streamlining the sending of messages and files, saving time and improving efficiency.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Whats Auto Send |
ID | dmehhcjdoejcpoffjpfnhfglcacofmdn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whats-auto-send/dmehhcjdoejcpoffjpfnhfglcacofmdn |
คำอธิบาย | Chrome Extension that allows you to send WhatsApp messages in bulk |
ขนาดไฟล์ | 504 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-07-03 |
วันที่เผยแพร่ | 2023-06-28 |
ผู้พัฒนา | Jusceir R |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Whats Auto Send", "version": "1.0.2", "action": { "default_icon": { "16": "icons\/img.png", "32": "icons\/img.png", "48": "icons\/img.png", "64": "icons\/img.png", "128": "icons\/img.png" }, "default_popup": "popup.html", "default_title": "WAS" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "icons\/wtf16.png", "32": "icons\/wtf32.png", "48": "icons\/wtf48.png", "64": "icons\/wtf64.png", "128": "icons\/wtf128.png" }, "author": "[email protected]", "content_scripts": [ { "js": [ "js\/content_script.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/web.whatsapp.com\/*" ] }, "homepage_url": "https:\/\/w-a-s.web.app\/", "options_ui": { "open_in_tab": false, "page": "options.html" }, "permissions": [ "activeTab", "storage" ], "short_name": "WAS", "storage": { "managed_schema": "schema.json" }, "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "js\/wa-js.js" ] } ] } |