WAExpresso - WATexter Best Sender
Send personalized messages to your customer.
WAExpresso - WATexter Best Senderคืออะไร?
WAExpresso - WATexter Best Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WA Expresso และคุณลักษณะหลักของมันคือ "Send personalized messages to your customer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WAExpresso - WATexter Best Sender
ดาวน์โหลดไฟล์ส่วนขยาย WAExpresso - WATexter Best Sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WAExpresso revolutionizes the way you can send messages. Using WAExpresso, you can send personalized messages to your customers / subscribers / students or anyone without saving the contact. Note: The extension will load only once you login to WA web, till then extension waits for the WA to load. Core benefits - Send Personalized message without saving contacts - Send Attachments like Photos / Videos / PDFs and others - Auto Delete the chat after delivery - Send specific message like row 10 to row 20 - Run in Batches - Download reports in Excel - Random delay between messages - Download Group Contacts - Hide conversation / Profile Photos / Chat History / DP - Add default country code - Filter numbers This software is developed only for personal use and not for any other purpose. Disclaimer: -- This Chrome plugin is not endorsed or certified by WhatsApp Inc. -- This software is not to be used against policies of WhatsApp Inc in any manner. -- WAExpresso is not responsible for any kind of misuse or breach of policy of WhatsApp Inc in any manner.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WAExpresso - WATexter Best Sender |
ID | igheekoamnhlbcfbjfldnfjedgnpcdha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/waexpresso-watexter-best/igheekoamnhlbcfbjfldnfjedgnpcdha |
คำอธิบาย | Send personalized messages to your customer. |
ขนาดไฟล์ | 868 KB |
จำนวนการติดตั้ง | 8,221 |
เวอร์ชันปัจจุบัน | 1.3.4 |
อัปเดตครั้งล่าสุด | 2023-03-10 |
วันที่เผยแพร่ | 2020-07-05 |
คะแนน | 4.40/5 รวมทั้งหมด 93 คะแนน |
ผู้พัฒนา | WA Expresso |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.waexpresso.com |
URL หน้าช่วยเหลือ | https://www.waexpresso.com/faq.php |
URL หน้านโยบายความเป็นส่วนตัว | https://www.waexpresso.com/privacypolicy.php |
ภาษาที่รองรับ | id,ms,de,en,fr,es,pt-BR,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "manifest_version": 2, "description": "__MSG_extDesc__", "version": "1.3.4", "default_locale": "en", "homepage_url": "https:\/\/www.waexpresso.com", "externally_connectable": { "matches": [ "*:\/\/waexpresso.com\/*", "*:\/\/*.waexpresso.cf\/*", "*:\/\/*.waexpresso.tk\/*" ] }, "background": { "scripts": [ "javascript\/background.js" ] }, "browser_action": { "default_icon": "images\/icon48.png", "default_title": "__MSG_extName__", "default_popup": "views\/popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "css": [], "js": [ "javascript\/jquery-3.5.0.min.js", "javascript\/wa.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "unlimitedStorage", "tabs", "contextMenus", "webRequest", "*:\/\/*.whatsapp.com\/*", "*:\/\/*.waexpresso.com\/*", "*:\/\/*.waexpresso.cf\/*", "*:\/\/*.waexpresso.tk\/*" ], "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+W" }, "description": "Send a 'toggle-feature' event" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+W", "mac": "MacCtrl+Shift+W" } } }, "web_accessible_resources": [ "\/_locales\/*", "\/images\/*", "\/lang\/*" ] } |