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
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}