Whatsapp Bulk Sender

send dynamic messages to your customers automatically through WhatsApp web

Qu'est-ce que Whatsapp Bulk Sender ?

Whatsapp Bulk Sender est une extension Chrome développée par Ahmed Saeed, et sa fonction principale est "send dynamic messages to your customers automatically through WhatsApp web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Whatsapp Bulk Sender

Téléchargez les fichiers d'extension Whatsapp Bulk Sender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Whatsapp Bulk Sender Whatsapp Bulk Sender
ID iinnnhhgejeckhhocdikihlgnfpfiikp
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-bulk-sender/iinnnhhgejeckhhocdikihlgnfpfiikp
Description send dynamic messages to your customers automatically through WhatsApp web
Taille du Fichier 183 KB
Nombre d'Installations 81
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-08-14
Date de Publication 2022-05-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur Ahmed Saeed
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://autotaskbots.com/downloads/whatsapp-bulk-sender/
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}