WT Bulk Sender

send dynamic messages to your customers automatically through WhatsApp web

WT Bulk Sender क्या है?

WT Bulk Sender Ahmed Saeed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "send dynamic messages to your customers automatically through WhatsApp web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WT Bulk Sender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
            ]
        }
    ]
}