WA Bulk Sender

chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…

ما هو WA Bulk Sender؟

WA Bulk Sender هو إضافة Chrome تم تطويرها بواسطة Itize، والميزة الرئيسية لها هي "chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…".

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

screenshot

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

قم بتنزيل ملفات الامتداد WA Bulk Sender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to interact with digital devices as if they were communicating with a real person.                    

معلومات أساسية عن التمديد

الاسم WA Bulk Sender WA Bulk Sender
ID ahageimhbdmjebepjhknaneajbpmflfm
عنوان URL الرسمي https://chromewebstore.google.com/detail/wa-bulk-sender/ahageimhbdmjebepjhknaneajbpmflfm
الوصف chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…
حجم الملف 4.6 MB
عدد التثبيتات 126
النسخة الحالية 4.3.3
آخر تحديث 2024-01-08
تاريخ النشر 2022-05-10
تقييم 1.00/5 مجموع تقييمات 1
المطور Itize
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html",
        "default_title": "WA Bulk Sender"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 3,
    "name": "WA Bulk Sender",
    "permissions": [
        "storage",
        "https:\/\/hsdigitalsolution.in\/extractor\/api\/waa_api.php"
    ],
    "version": "4.3.3",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "thx.html",
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ]
        }
    ]
}