ZAP Express

Envie mensagens automaticamente para todas as pessoas de qualquer grupo em seu WhatsApp.

ZAP Express là gì?

ZAP Express là một tiện ích mở rộng Chrome được phát triển bởi CRITICOLL, LLC, và tính năng chính của nó là "Envie mensagens automaticamente para todas as pessoas de qualquer grupo em seu WhatsApp.".

Ả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 ZAP Express

Tải xuống các tệp mở rộng ZAP Express 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

                        Envie mensagens automaticamente para todas as pessoas de qualquer grupo em seu WhatsApp.                    

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

Tên ZAP Express ZAP Express
ID mbkcjkhpdnbhnfgcnbcoeleobojpilei
URL Chính Thức https://chromewebstore.google.com/detail/zap-express/mbkcjkhpdnbhnfgcnbcoeleobojpilei
Mô tả Envie mensagens automaticamente para todas as pessoas de qualquer grupo em seu WhatsApp.
Kích Thước Tệp 82.32 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2020-05-11
Ngày Phát Hành 2020-05-10
Nhà Phát Triển CRITICOLL, LLC
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZAP Express",
    "description": "Envie mensagens automaticamente para todas as pessoas de qualquer grupo em seu WhatsApp.",
    "version": "1.7",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "send.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "http:\/\/web.whatsapp.com\/*",
        "storage",
        "https:\/\/holix.com.br\/*",
        "http:\/\/holix.com.br\/*"
    ],
    "icons": {
        "128": "print_128x128.png"
    },
    "browser_action": {
        "default_title": "Menu.",
        "default_icon": "print_16x16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}