WT Bulk Sender
send dynamic messages to your customers automatically through WhatsApp web
WT Bulk Sender là gì?
WT Bulk Sender là một tiện ích mở rộng Chrome được phát triển bởi Ahmed Saeed, và tính năng chính của nó là "send dynamic messages to your customers automatically through WhatsApp web".
Ả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 WT Bulk Sender
Tải xuống các tệp mở rộng WT Bulk Sender 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
Connect your customers easily on WhatsApp. avoid the hassle of saving all numbers on your phone. messages will be sent even if numbers are not saved on phonebook. Features: - send customized text message with contact name. - send all types of attachments. - simple & friendly UI and easy to set without too much complicated settings. - Random delay settings and sending in batch. - Full control over the sending process and clear reporting.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WT Bulk Sender |
ID | mmooepamgleadiggncccccalldfjdeha |
URL Chính Thức | https://chromewebstore.google.com/detail/wt-bulk-sender/mmooepamgleadiggncccccalldfjdeha |
Mô tả | send dynamic messages to your customers automatically through WhatsApp web |
Kích Thước Tệp | 213 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-08-14 |
Ngày Phát Hành | 2022-12-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Ahmed Saeed |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/ahmed-saeed-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WT Bulk Sender", "description": "send dynamic messages to your customers automatically through WhatsApp web", "version": "1.0.5", "manifest_version": 3, "action": { "default_title": "WT Bulk Sender", "default_icon": { "16": "images\/logo 16.png", "32": "images\/logo 32.png", "48": "images\/logo 48.png", "128": "images\/logo 128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "country_codes.js", "whatsapp.js", "main.js" ] } ], "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/script.google.com\/*", "https:\/\/*.whatsapp.com\/*" ], "web_accessible_resources": [ { "resources": [ "popup.js" ], "matches": [ "https:\/\/script.google.com\/*" ] } ] } |