WA Sender Plugin

By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…

WA Sender Plugin là gì?

WA Sender Plugin là một tiện ích mở rộng Chrome được phát triển bởi samtechbd, và tính năng chính của nó là "By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WA Sender Plugin

Tải xuống các tệp mở rộng WA Sender Plugin 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

                        By group send multiple customized messages

ALL FEATURES:
=> Message unlimited
=> Upload from excel file
=> Sort message by unread
=>  Privacy effect by enhancement tab :-
   *  Blur recent messages
   *  Blur contacts names
   *  Blur contacts photos
   *  Blur conversation messages

=>  Addons enhancement tab :-
   * Enable like button
   * Enable message reactions
   * Pin unread chats to the top
   * Remove duplicate contacts

=> Attach image, video, file, contact
=> Add random time gap between messages
=> Filter numbers
=> Message success or failed report
=> Download group, labels, broadcast lists, chat and all contacts

This application is developed to enhance WhatsApp web functionality and make more easier for some user so we are not part of WhatsApp or Facebook and also we are not responsible for any kind of misuse and violation of WhatsApp policies.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WA Sender Plugin WA Sender Plugin
ID edlkmfhhepchllgoobodckbhkahccpfm
URL Chính Thức https://chromewebstore.google.com/detail/wa-sender-plugin/edlkmfhhepchllgoobodckbhkahccpfm
Mô tả By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…
Kích Thước Tệp 4.44 MB
Số Lần Cài Đặt 1,733
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2024-02-16
Ngày Phát Hành 2022-08-02
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển samtechbd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://samtechbd.biz/wa
URL Trang Trợ Giúp https://samtechbd.biz/wa
URL Trang Chính Sách Bảo Mật https://wa-bulk-sender.xyz/wa/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WA Sender Plugin",
    "version": "1.1.5",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "action": {
        "default_title": "WA Sender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}