WAsurge

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

什么是WAsurge?

WAsurge是由https://wasurge.com开发的Chrome扩展程序,该扩展的主要功能是“Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载WAsurge扩展crx文件

下载WAsurge扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 WAsurge WAsurge
ID bdnjmmbbchjkbnmbphchknkalfakofnj
官方URL https://chromewebstore.google.com/detail/wasurge/bdnjmmbbchjkbnmbphchknkalfakofnj
简介 Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers
文件大小 1.76 MB
安装次数 505
当前版本 2.0.22
更新时间 2023-12-03
上架时间 2022-05-13
评分 5.00/5 共1次评分
开发者 https://wasurge.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://wasurge.com
帮助页面URL https://wasurge.com/contact
隐私政策页面URL https://wasurge.com/privacy-policy
支持的语言 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\/*"
    ]
}