WAExpresso - BETA Release
Beta channel. Send personalized messages to your customer.
WAExpresso - BETA Release là gì?
WAExpresso - BETA Release là một tiện ích mở rộng Chrome được phát triển bởi WA Expresso, và tính năng chính của nó là "Beta channel. Send personalized messages to your customer.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WAExpresso - BETA Release
Tải xuống các tệp mở rộng WAExpresso - BETA Release dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is Beta Channel to test the releases before the production release. Its used only for BETA purpose and this release can have bugs in its own. Connect with your customers. You can send customized message to them using WAExpresso .You can send personalized messages, Auto delete after delivery, Send using Microsoft Excel (xls / xlsx), Pause / Play and Stop process, download group contacts, have delivery reports in excel, filter numbers, 'Spin Text', 'add Random Delay' and various other features. Note : The extension would load only once you login to WA web. Till then it waits for WA Web to get activated. August 05, 2021 (ver 1.2.5.8) ===================== 1. Performance Improvement, Bug fixes 2. Additional features for Free users Exclusive features only available in WAExpresso 1. Support Microsoft Excel ( xls / xlsx ) formats. 2. Auto Delete message after sending 3. Run only specific message from Excel (like row 10 to 20) 4. Pause and Play option 5. Spin Text (differentiate each message from other) 6. DAY LIMIT to limit your usage in a day 7. Default Country and Signature for messages 8. User Interface in Arabic / Bahasa / Portuguese / Spanish / Russian and other languages. Other Core benefits - Free to use - Send single / multi customized personal message - Can use in Native Language like Arabic / Español (Spanish) / Bahasa (Indonesian) / Português (Portuguese) / Français (French) / Russian (Pусский) / German (Deutsche) - Upload your number and send to any country - Download Group Contacts - Hide conversation / Profile Photos / Chat History / DP - Add default country code - Use formatting (*BOLD* _italic_ ~strikethrough~ & EMOJI) Pro features - Personalize your message as per your needs - Send Attachments like Photos / Videos / PDFs and others - Auto Delete the chat after delivery - Send specific message like row 10 to row 20 - Run your messages in Batches - Play & Pause the process any time - Unsubscribe link / Message delay / Random Delay - Download reports in Excel - Add default signature for every message - Filter mobile numbers - Spin Text : Randomize your message content on the fly - Random delay between messages We do not support Bulk messaging and anything which is against the policies of WhatsApp Inc. Kindly do not use for SPAMMING or BULK Marketing which are strictly prohibited. This software is developed only for personal use and not for any kind of bulk messaging. Disclaimer: -- This Chrome plugin is not endorsed or certified by WhatsApp / Telegram / WeChat Inc. -- This software is not to be used against policies of any Personal Messaging companies like WhatsApp / Telegram or any other in any manner. -- WAExpresso is not responsible for any kind of misuse or breach of policy of any messaging company like WhatsApp / Telegram or any other in any manner.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WAExpresso - BETA Release |
ID | glniclaghlbcppndcljjioghigjeolba |
URL Chính Thức | https://chromewebstore.google.com/detail/waexpresso-beta-release/glniclaghlbcppndcljjioghigjeolba |
Mô tả | Beta channel. Send personalized messages to your customer. |
Kích Thước Tệp | 867 KB |
Số Lần Cài Đặt | 4,707 |
Phiên Bản Hiện Tại | 1.3.4 |
Cập Nhật Lần Cuối | 2023-03-10 |
Ngày Phát Hành | 2021-03-06 |
Đánh Giá | 4.28/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | WA Expresso |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.waexpresso.com |
URL Trang Trợ Giúp | https://www.waexpresso.com/faq.php |
URL Trang Chính Sách Bảo Mật | https://www.waexpresso.com/privacypolicy.php |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |