WA Group Sender

A free, safe and fast WA group messaging extension.

WA Group Sender क्या है?

WA Group Sender hamingoearnest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A free, safe and fast WA group messaging extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WA Group Sender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}