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
Eメール [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\/*"
    ]
}