WA Group Sender

A free, safe and fast WA group messaging extension.

WA Group Sender란 무엇입니까?

WA Group Sender은(는) hamingoearnest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A free, safe and fast WA group messaging extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

WA Group Sender 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🚀Help you manage your WA groups, communities and broadcasts more easily and efficiently!🚀

● A free WhatsApp Group Auto Message Sender.
● Send WA bulk messages automatically
● Send Links, EMOJI, Text Messages, Images, Video, Contacts and etc.
● Real-time monitoring of the whole sending process.
● Upload excel file with WA numbers.
● Use placeholders to send personalized WA Group messages.
● Stop sending WhatsApp messages at any time.

WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. The extension is an independent project and has no relationship to WhatsApp Inc.                    

확장 프로그램 기본 정보

이름 WA Group Sender WA Group Sender
ID iajgjbilfiljemcbdfobecdimjfppjoe
공식 URL https://chromewebstore.google.com/detail/wa-group-sender/iajgjbilfiljemcbdfobecdimjfppjoe
설명 A free, safe and fast WA group messaging extension.
파일 크기 625 KB
설치 횟수 205
현재 버전 1.0.5
최근 업데이트 2024-01-28
출시 날짜 2023-02-12
평점 1.00/5 총 1 개의 평점
개발자 hamingoearnest
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1y5GwkWZrgcKjyZAav-FFa07brHP0f-t-T6oKkTamsY8/edit?usp=sharing
지원되는 언어 en,tr,da,et,hr,lv,lt,sk,sl,cs,bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "action": [],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "js\/inject\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject\/inject.js",
                "WOWAPI.js",
                "WAPlusSenderTemplate.xlsx",
                "pic\/crm-commend.png",
                "li-popup\/li-popup.html",
                "js\/inject\/obfuscate.js",
                "img\/*",
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.0.5"
}