WASender - WA Bulk Message Sender

The powerful WhatsApp bulk message sender, Send text messages, images, and voice messages without saving numbers.

WASender - WA Bulk Message Sender란 무엇입니까?

WASender - WA Bulk Message Sender은(는) WhatsABot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The powerful WhatsApp bulk message sender, Send text messages, images, and voice messages without saving numbers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

WASender - WA Bulk Message Sender 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        WA Message Sender (aka WA Message Bot🚀) is the best WhatsApp Marketing Software & Automation Tool.

Use WA Message Sender to connect with your customers by sending bulk messages.
Grow your business with WA Message Sender has never been easier.

# Features:

✓ Auto Mass Send WhatsApp Messages without save numbers.
✓ One click to Send bulk, customized, WA messages automatically.
✓ Send Text message, image, voice message, video, audio, Document file.
✓ Send View once image and video message.
✓ Extract group members, all contacts, all chats and specifiy country.
✓ Personalized messages with placeholders & spinx syntax template.
✓ Message Template
✓ Automatically save sending result to history, download success and fail list.

WA Message Sender is the ultimate WA Bulk Message Sender, WAppSenderPro, WAPlus Sender, WA Message bot. Just send WhatsApp messages to all contacts for free and start saving time now!

Kindly do not use for SPAMMING which is WhatsApp™ strictly prohibited.

# FAQ

https://wasender.whatsabot.com/#faq
If you have any questions, please keep in touch via [email protected].

# DATA PRIVACY

All data is processed in your local computer, never passing through our web server, and no one knows what you exported.

# STATEMENT

WhatsApp™ is a trademark of WhatsApp Inc. WASender is not affiliated with, endorsed, sponsored, or otherwise related to WhatsApp, Inc. or any of its affiliates or subsidiaries.                    

확장 프로그램 기본 정보

이름 WASender - WA Bulk Message Sender WASender - WA Bulk Message Sender
ID jlhmomandpgagmphfnoglhikpedchjoa
공식 URL https://chromewebstore.google.com/detail/wasender-wa-bulk-message/jlhmomandpgagmphfnoglhikpedchjoa
설명 The powerful WhatsApp bulk message sender, Send text messages, images, and voice messages without saving numbers.
파일 크기 894 KB
설치 횟수 1,034
현재 버전 1.2.3
최근 업데이트 2024-01-11
출시 날짜 2023-02-20
평점 1.00/5 총 2 개의 평점
개발자 WhatsABot
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wasender.whatsabot.com
개인정보 보호 정책 페이지 URL https://wasender.whatsabot.com/privacy
지원되는 언어 de,en,en-GB,fr,es,it,sv,ru,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.2.3",
    "homepage_url": "https:\/\/wasender.whatsabot.com\/",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}