WA Bulk Sender

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

Apa itu WA Bulk Sender?

WA Bulk Sender adalah ekstensi Chrome yang dikembangkan oleh Itize, dan fitur utamanya adalah "chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WA Bulk Sender

Unduh file ekstensi WA Bulk Sender dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WA Bulk Sender WA Bulk Sender
ID ahageimhbdmjebepjhknaneajbpmflfm
URL Resmi https://chromewebstore.google.com/detail/wa-bulk-sender/ahageimhbdmjebepjhknaneajbpmflfm
Deskripsi chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…
Ukuran File 4.6 MB
Jumlah Instalasi 126
Versi Saat Ini 4.3.3
Terakhir Diperbarui 2024-01-08
Tanggal Publikasi 2022-05-10
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Itize
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
Bahasa yang Didukung 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"
            ]
        }
    ]
}