Whats Auto Send

Chrome Extension that allows you to send WhatsApp messages in bulk

Whats Auto Send là gì?

Whats Auto Send là một tiện ích mở rộng Chrome được phát triển bởi Jusceir R, và tính năng chính của nó là "Chrome Extension that allows you to send WhatsApp messages in bulk".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whats Auto Send

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

                        The "Automated Messaging and File Sending Extension for WhatsApp" is an essential tool for marketers, sales teams, business owners, and anyone looking to automate and optimize their interactions on WhatsApp. With advanced features and an intuitive interface, it provides a convenient solution for streamlining the sending of messages and files, saving time and improving efficiency.                    

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

Tên Whats Auto Send Whats Auto Send
ID dmehhcjdoejcpoffjpfnhfglcacofmdn
URL Chính Thức https://chromewebstore.google.com/detail/whats-auto-send/dmehhcjdoejcpoffjpfnhfglcacofmdn
Mô tả Chrome Extension that allows you to send WhatsApp messages in bulk
Kích Thước Tệp 504 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-07-03
Ngày Phát Hành 2023-06-28
Nhà Phát Triển Jusceir R
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whats Auto Send",
    "version": "1.0.2",
    "action": {
        "default_icon": {
            "16": "icons\/img.png",
            "32": "icons\/img.png",
            "48": "icons\/img.png",
            "64": "icons\/img.png",
            "128": "icons\/img.png"
        },
        "default_popup": "popup.html",
        "default_title": "WAS"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/wtf16.png",
        "32": "icons\/wtf32.png",
        "48": "icons\/wtf48.png",
        "64": "icons\/wtf64.png",
        "128": "icons\/wtf128.png"
    },
    "author": "[email protected]",
    "content_scripts": [
        {
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/web.whatsapp.com\/*"
        ]
    },
    "homepage_url": "https:\/\/w-a-s.web.app\/",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "WAS",
    "storage": {
        "managed_schema": "schema.json"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "js\/wa-js.js"
            ]
        }
    ]
}