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ファイルをダウンロード

WA Group Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🚀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
Eメール [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"
}