WhatsApp FREE Bulk Sender - WAMessenger

WhatsApp Sender Free | Send WhatsApp Messages | WhatsApp Software | WhatsApp Marketing | WAMessenger

WhatsApp FREE Bulk Sender - WAMessenger란 무엇입니까?

WhatsApp FREE Bulk Sender - WAMessenger은(는) ak.akshay.agrawal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WhatsApp Sender Free | Send WhatsApp Messages | WhatsApp Software | WhatsApp Marketing | WAMessenger"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WhatsApp FREE Bulk Sender - WAMessenger 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Send Unlimited Messages for Free - No Conditions

Web Bulk Sender - Send WhatsApp™ Messages, Attachments, Personalized Message | Software | Marketing | WAMessenger

Connect with your customers via WhatsApp™.
Send Bulk Messages without saving numbers using WAMessenger- the best Marketing Software & Automation Tool.

Pause, Continue Sending Messages*
Filter all numbers before sending messages.*

Comes with 24X7 customer support via WhatsApp™

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 / official business usage and not for any kind of bulk messaging.


Disclaimer:
This Chrome plugin is not endorsed or certified WhatsApp™ Inc.
This is an unofficial enhancement tool for it.
This software is not to be used against policies of WhatsApp Inc in any manner.

---------------------------------------------------------------------------

If you are looking for Marketing Software to grow your online business by sending personalized messages to your customers, you have come to the right place.

How to use WAMessenger?
1. Download the WAMessenger Chrome extension.
2. Pin the extension to your search bar.
3. Click on the extension icon WS and a simple window will open.
4. Enter all the numbers you want to send messages to, separated by commas and with their country code.
5. Or, directly upload an excel sheet to send messages of all the contacts to whom you want to send messages.
6. Now type your message in the message box.
7. Click 'Send' and messages will be sent one by one.                    

확장 프로그램 기본 정보

이름 WhatsApp FREE Bulk Sender - WAMessenger WhatsApp FREE Bulk Sender - WAMessenger
ID ceiabhjcgkahlflefonigpjiicdfaadn
공식 URL https://chrome.google.com/webstore/detail/whatsapp-free-bulk-sender/ceiabhjcgkahlflefonigpjiicdfaadn
설명 WhatsApp Sender Free | Send WhatsApp Messages | WhatsApp Software | WhatsApp Marketing | WAMessenger
파일 크기 1.65 MB
설치 횟수 10
현재 버전 1.0.1
최근 업데이트 2023-06-21
출시 날짜 2023-06-21
평점 5.00/5 총 3 개의 평점
개발자 ak.akshay.agrawal
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1FpAWVTYHRovtXMpoBOB2XCYX3546voyM7-7VWgOngAM/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WhatsApp FREE Bulk Sender - WAMessenger",
    "version": "1.0.1",
    "description": "WhatsApp Sender Free | Send WhatsApp Messages | WhatsApp Software | WhatsApp Marketing | WAMessenger",
    "content_scripts": [
        {
            "js": [
                "js\/xlsx.full.min.js",
                "js\/libphonenumber.max.js",
                "js\/inject.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/logo.png",
        "48": ".\/assets\/logo.png",
        "128": ".\/assets\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "pop_up.html",
        "default_title": "WhatsApp Sender Free | Send WhatsApp Messages | WhatsApp Software | WhatsApp Marketing | WAMessenger"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/wamessenger-backend.onrender.com\/",
        "http:\/\/127.0.0.1:8000\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}