Whatsapp Bulk Sender

send dynamic messages to your customers automatically through WhatsApp web

什么是Whatsapp Bulk Sender?

Whatsapp Bulk Sender是由Ahmed Saeed开发的Chrome扩展程序,该扩展的主要功能是“send dynamic messages to your customers automatically through WhatsApp web”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Whatsapp Bulk Sender扩展crx文件

下载Whatsapp Bulk Sender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Connect your customers easily on WhatsApp.
avoid the hassle of saving all numbers on your phone. 
messages will be sent even if numbers are not saved on phonebook.

Features:
- send customized text message with contact name.
- send all types of attachments.
- simple & friendly UI and easy to set without too much complicated settings.
- Random delay settings and sending in batch.
- Full control over the sending process and clear reporting.                    

扩展基本信息

名称 Whatsapp Bulk Sender Whatsapp Bulk Sender
ID iinnnhhgejeckhhocdikihlgnfpfiikp
官方URL https://chrome.google.com/webstore/detail/whatsapp-bulk-sender/iinnnhhgejeckhhocdikihlgnfpfiikp
简介 send dynamic messages to your customers automatically through WhatsApp web
文件大小 183 KB
安装次数 81
当前版本 1.0.3
更新时间 2022-08-14
上架时间 2022-05-04
评分 5.00/5 共2次评分
开发者 Ahmed Saeed
电子邮箱 [email protected]
付费类型 free
扩展官网 https://autotaskbots.com/downloads/whatsapp-bulk-sender/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatsapp Bulk Sender",
    "description": "send dynamic messages to your customers automatically through WhatsApp web",
    "version": "1.0.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Whatsapp Bulk Sender",
        "default_icon": {
            "16": "images\/logo 16.png",
            "32": "images\/logo 32.png",
            "48": "images\/logo 48.png",
            "128": "images\/logo 128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "country_codes.js",
                "whatsapp.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/softwarekeys.herokuapp.com\/*",
        "https:\/\/*.whatsapp.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js"
            ],
            "matches": [
                "https:\/\/softwarekeys.herokuapp.com\/*"
            ]
        }
    ]
}