WP-message sender

Send WhatsApp messages to a single user to multiple users in bulk without saving number.

WP-message senderとは何ですか?

WP-message senderはhttps://www.scrappertool.comによって開発されたChromeの拡張機能で、その主な機能は「Send WhatsApp messages to a single user to multiple users in bulk without saving number.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

WP-message sender拡張機能のCRXファイルをダウンロード

WP-message sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The WP-message sender Tool Service with Send Person Message, Send personalized message, Send bulk message, Send any type of attachment, Delete Personal chat, and Delete Group chat is a powerful web-based service that allows users to send messages to multiple recipients through the popular messaging app WhatsApp.

The service offers several useful features that make it an ideal tool for businesses, marketers, and other individuals who need to send messages to a large number of recipients. These features include:

- Send Person Message: This feature allows users to send a message to a specific person on WhatsApp. This is useful when users need to send a message to a particular contact.

- Send personalized message: The WP-message sender Tool Service enables users to send personalized messages to their contacts. Users can add custom fields such as name, phone number, and other personalized information to each message. This feature is ideal for businesses that want to engage with their customers in a more personalized manner.

- Send bulk message: This feature allows users to send a message to multiple recipients at once. This is useful when users need to send a message to a large number of people, such as during a marketing campaign or a promotional offer.

- Send any type of attachment: The WP-message sender Tool Service enables users to send any type of attachment, such as documents, images, and videos, to their contacts. This feature is ideal for businesses that need to share important information with their customers or clients.

- Delete Personal chat: This feature allows users to delete their personal chats on WhatsApp. This is useful when users need to clear their chat history or remove a particular conversation.

- Delete Group chat: This feature allows users to delete their group chats on WhatsApp. This is useful when users want to remove a particular group or clear their chat history.

In summary, the WP-message sender Tool Service with Send Person Message, Send personalized message, Send bulk message, Send any type of attachment, Delete Personal chat, and Delete Group chat is a powerful tool that provides users with a variety of features to send messages through WhatsApp. It is user-friendly, customizable, and cost-effective, making it an ideal solution for businesses, marketers, and other individuals who need to send messages to a large number of recipients.

For any issues related to the WP-message sender Extension, then feel free to reach out to us on [email protected].

DISCLAIMER:
This Chrome plugin is not endorsed or certified by WhatsApp Inc and is merely an unofficial enhancement and automation tool that works with WhatsApp for Web.

The privacy of the users is important to us. We don’t broadcast, sell, share or distribute any user collected data. The extension was designed to keep privacy of our users in mind. For more information, read:

App Privacy policy: https://www.scrappertool.com/privacy-policy.html

How It Works?
https://youtu.be/iv-GtoiczX8                    

拡張機能の基本情報

名前 WP-message sender WP-message sender
ID ghkmgjpkmimhfkfbmghkekjfcflbnbjn
公式URL https://chromewebstore.google.com/detail/wp-message-sender/ghkmgjpkmimhfkfbmghkekjfcflbnbjn
説明 Send WhatsApp messages to a single user to multiple users in bulk without saving number.
ファイルサイズ 2.26 MB
インストール数 132
現在のバージョン 1.0.4
最終更新日 2023-12-06
公開日 2023-03-06
評価 5.00/5 合計 3 レビュー
開発者 https://www.scrappertool.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.scrappertool.com/services/Wp-message-sender-automation.html
ヘルプページのURL https://www.scrappertool.com/contact.html
プライバシーポリシーページのURL https://www.scrappertool.com/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WP-message sender",
    "version": "1.0.4",
    "description": "Send WhatsApp messages to a single user to multiple users in bulk without saving number.",
    "permissions": [
        "tabs",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.scrappertool.com\/api\/v1\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/default_icon_16.png",
            "24": "images\/default_icon_24.png",
            "32": "images\/default_icon_32.png",
            "48": "images\/default_icon_48.png",
            "128": "images\/default_icon_128.png"
        },
        "default_title": "WP-message sender"
    },
    "icons": {
        "16": "images\/default_icon_16.png",
        "24": "images\/default_icon_24.png",
        "32": "images\/default_icon_32.png",
        "48": "images\/default_icon_48.png",
        "128": "images\/default_icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "libs\/toastr.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/toastr.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}