Whatsapp Bulk Sender

send dynamic messages to your customers automatically through WhatsApp web

O que é Whatsapp Bulk Sender?

Whatsapp Bulk Sender é uma extensão do Chrome desenvolvida por Ahmed Saeed, e sua principal característica é "send dynamic messages to your customers automatically through WhatsApp web".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Whatsapp Bulk Sender

Baixe arquivos de extensão Whatsapp Bulk Sender no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Whatsapp Bulk Sender Whatsapp Bulk Sender
ID iinnnhhgejeckhhocdikihlgnfpfiikp
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-bulk-sender/iinnnhhgejeckhhocdikihlgnfpfiikp
Descrição send dynamic messages to your customers automatically through WhatsApp web
Tamanho do Arquivo 183 KB
Contagem de Instalações 81
Versão Atual 1.0.3
Última Atualização 2022-08-14
Data de Publicação 2022-05-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Ahmed Saeed
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://autotaskbots.com/downloads/whatsapp-bulk-sender/
Idiomas Suportados 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\/*"
            ]
        }
    ]
}