WAsurge

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

Co je WAsurge?

WAsurge je rozšíření Chrome vyvinuté https://wasurge.com, a jeho hlavní funkcí je „Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WAsurge

Stáhněte si soubory rozšíření WAsurge ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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! 🚀                    

Základní Informace o Rozšíření

Název WAsurge WAsurge
ID bdnjmmbbchjkbnmbphchknkalfakofnj
Oficiální URL https://chromewebstore.google.com/detail/wasurge/bdnjmmbbchjkbnmbphchknkalfakofnj
Popis Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers
Velikost souboru 1.76 MB
Počet instalací 505
Aktuální Verze 2.0.22
Poslední Aktualizace 2023-12-03
Datum Vydání 2022-05-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://wasurge.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://wasurge.com
URL Stránky Nápovědy https://wasurge.com/contact
URL Stránky Zásad Ochrany Soukromí https://wasurge.com/privacy-policy
Podporované Jazyky 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\/*"
    ]
}