Whatsapp Bulk Sender

send dynamic messages to your customers automatically through WhatsApp web

Cos'è Whatsapp Bulk Sender?

Whatsapp Bulk Sender è un'estensione di Chrome sviluppata da Ahmed Saeed, e la sua funzione principale è "send dynamic messages to your customers automatically through WhatsApp web".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Whatsapp Bulk Sender

Scarica i file di estensione Whatsapp Bulk Sender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Whatsapp Bulk Sender Whatsapp Bulk Sender
ID iinnnhhgejeckhhocdikihlgnfpfiikp
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp-bulk-sender/iinnnhhgejeckhhocdikihlgnfpfiikp
Descrizione send dynamic messages to your customers automatically through WhatsApp web
Dimensione del File 183 KB
Conteggio Installazioni 81
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-08-14
Data di Pubblicazione 2022-05-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Ahmed Saeed
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://autotaskbots.com/downloads/whatsapp-bulk-sender/
Lingue Supportate 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\/*"
            ]
        }
    ]
}