WA Bulk Sender

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

WA Bulk Sender là gì?

WA Bulk Sender là một tiện ích mở rộng Chrome được phát triển bởi Itize, và tính năng chính của nó là "chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WA Bulk Sender

Tải xuống các tệp mở rộng WA Bulk Sender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WA Bulk Sender WA Bulk Sender
ID ahageimhbdmjebepjhknaneajbpmflfm
URL Chính Thức https://chromewebstore.google.com/detail/wa-bulk-sender/ahageimhbdmjebepjhknaneajbpmflfm
Mô tả chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…
Kích Thước Tệp 4.6 MB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 4.3.3
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2022-05-10
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Itize
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}