WA Booster - Send WhatsApp Messages

Send Bulk WhatsApp Messages

WA Booster - Send WhatsApp Messages란 무엇입니까?

WA Booster - Send WhatsApp Messages은(는) http://wabooster.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send Bulk WhatsApp Messages"입니다.

확장 프로그램 스크린샷

screenshot

WA Booster - Send WhatsApp Messages 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Send Many WhatsApp Messages.
Best WhatsApp Sender Application - FREE

* Send messages to unlimited numbers
* Support : images, videos, documents ..
* Random Delay between messages
* Import numbers fron .CSV file 
* Support Variables


WhatsWeb

★ WhatsWeb allows you to send automated, customized, bulk, WhatsApp messages. By doing this, you can have meaningful conversations with your clients and target audience thereby growing your business.

★ No more one by one sending off messages to all your customers.

★ No more sending of common messages to your prominent users.

HOW TO USE WHATSWEB

1. Install the extension!

2. Open WhatsApp Web in a new tab and click on the icon in top right

3. Upload CSV

4. Personalize your Message with [name] variable

5. Attach a File (photo, video, document …)

6. Hit Prepare

7. Hit Send

LEGAL
We believe in boosting your WhatsApp Web experience and increasing productivity. Unlike other extensions WA Web Plus for WhatsApp™, WhatsWeb, WAToolkit, etc., we do not promote bulk messaging

Note : This is not an official extension of WhatsApp.
By downloading the extension, you agree to our Terms of Service and Privacy Policy

WhatsApp is a trademark of WhatsApp Inc. , registered in the U.S. and other countries. This Chrome extension is not endorsed or certified by WhatsApp Inc. This is an unofficial enhancement for WhatsApp Web.                    

확장 프로그램 기본 정보

이름 WA Booster - Send WhatsApp Messages WA Booster - Send WhatsApp Messages
ID hlbmlmkipiphfhmojbjennbgmgnnkjni
공식 URL https://chrome.google.com/webstore/detail/wa-booster-send-whatsapp/hlbmlmkipiphfhmojbjennbgmgnnkjni
설명 Send Bulk WhatsApp Messages
파일 크기 449 KB
설치 횟수 2,000
현재 버전 2.0.0
최근 업데이트 2022-01-15
출시 날짜 2021-10-13
평점 5.00/5 총 4 개의 평점
개발자 http://wabooster.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wabooster.xyz
도움말 페이지 URL https://wabooster.xyz/faq
개인정보 보호 정책 페이지 URL https://wabooster.xyz/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WA Booster - Send WhatsApp Messages",
    "version": "2.0.0",
    "description": "Send Bulk WhatsApp Messages",
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/",
                "https:\/\/api.whatsapp.com\/"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WA Booster - Send WhatsApp Messages",
        "default_icon": []
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "https:\/\/wabooster.xyz\/",
        "http:\/\/127.0.0.1:8000\/"
    ]
}