WT Bulk Sender

send dynamic messages to your customers automatically through WhatsApp web

WT Bulk Senderとは何ですか?

WT Bulk SenderはAhmed Saeedによって開発されたChromeの拡張機能で、その主な機能は「send dynamic messages to your customers automatically through WhatsApp web」です。

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

screenshot

WT Bulk Sender拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Connect your customers easily on WhatsApp.
avoid the hassle of saving all numbers on your phone. 
messages will be sent even if numbers are not saved on phonebook.

Features:
- send customized text message with contact name.
- send all types of attachments.
- simple & friendly UI and easy to set without too much complicated settings.
- Random delay settings and sending in batch.
- Full control over the sending process and clear reporting.                    

拡張機能の基本情報

名前 WT Bulk Sender WT Bulk Sender
ID mmooepamgleadiggncccccalldfjdeha
公式URL https://chromewebstore.google.com/detail/wt-bulk-sender/mmooepamgleadiggncccccalldfjdeha
説明 send dynamic messages to your customers automatically through WhatsApp web
ファイルサイズ 213 KB
インストール数 20
現在のバージョン 1.0.5
最終更新日 2023-08-14
公開日 2022-12-18
評価 5.00/5 合計 1 レビュー
開発者 Ahmed Saeed
Eメール [email protected]
支払い方法 in_app
プライバシーポリシーページのURL https://sites.google.com/view/ahmed-saeed-privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WT Bulk Sender",
    "description": "send dynamic messages to your customers automatically through WhatsApp web",
    "version": "1.0.5",
    "manifest_version": 3,
    "action": {
        "default_title": "WT Bulk Sender",
        "default_icon": {
            "16": "images\/logo 16.png",
            "32": "images\/logo 32.png",
            "48": "images\/logo 48.png",
            "128": "images\/logo 128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "country_codes.js",
                "whatsapp.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/script.google.com\/*",
        "https:\/\/*.whatsapp.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js"
            ],
            "matches": [
                "https:\/\/script.google.com\/*"
            ]
        }
    ]
}