WA Group Sender

A free, safe and fast WA group messaging extension.

ما هو WA Group Sender؟

WA Group Sender هو إضافة Chrome تم تطويرها بواسطة hamingoearnest، والميزة الرئيسية لها هي "A free, safe and fast WA group messaging extension.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WA Group Sender

قم بتنزيل ملفات الامتداد WA Group Sender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
}