WAsurge

Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers

Qu'est-ce que WAsurge ?

WAsurge est une extension Chrome développée par https://wasurge.com, et sa fonction principale est "Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WAsurge

Téléchargez les fichiers d'extension WAsurge 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

                        Supercharge your WhatsApp Web Experience! 🔥

Send personalized messages, images with captions, and messages on WhatsApp, including groups, without saving numbers. Easily upload your contact lists with one click and make group lists for streamlined messaging. Keep track of your messages with the smart progress bar and download detailed reports for analysis.

Features:
💬 Send personalized messages to individuals and groups
📊 Upload contacts via CSV/Excel
📎 Send attachments, including images with captions
📛 Customize sender names for personalized bulk messaging
⏰ Set time gaps between messages
📦 Send messages in batches for optimized delivery

Upgrade your WhatsApp Web experience with WAsurge and take your messaging to the next level! 💪

Download WAsurge now and start sending personalized messages on WhatsApp Web! 🚀                    

Informations de Base sur l'Extension

Nom WAsurge WAsurge
ID bdnjmmbbchjkbnmbphchknkalfakofnj
URL Officiel https://chromewebstore.google.com/detail/wasurge/bdnjmmbbchjkbnmbphchknkalfakofnj
Description Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers
Taille du Fichier 1.76 MB
Nombre d'Installations 505
Version Actuelle 2.0.22
Dernière Mise à Jour 2023-12-03
Date de Publication 2022-05-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://wasurge.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wasurge.com
URL de la Page d'Aide https://wasurge.com/contact
URL de la Page de Politique de Confidentialité https://wasurge.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "name": "WAsurge",
    "description": "Supercharge your WhatsApp Web Experience!\ud83d\udd25Send bulk messages on WhatsApp, including groups, without saving numbers",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.22",
    "manifest_version": 3,
    "icons": {
        "192": ".\/icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    },
    "action": {
        "default_title": "WAsurge",
        "default_icon": {
            "192": ".\/icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css",
                "awi.js",
                "foreground.bundle.js",
                "wp.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "https:\/\/*.wasurge.com\/*"
    ]
}