Wat app auto bot

Wat app is to send multiple messages to a single user to multiple users

Wat app auto bot क्या है?

Wat app auto bot Island Promotion Srilanka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wat app is to send multiple messages to a single user to multiple users"।

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

screenshot

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

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

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

                        Version Updated on 04 MAR 2021

wat AUTO BOT help you to send multiple messages to multiple time with image, text and files.

This is an unofficial enhancement for WhatsApp Web. This extension is not related to WhatsApp of WhatsApp Inc.

Wat - Send Bulk Messages to your customers, contacts and prospective leads from your computer.

It is a tiny CRM that lets you run your entire customer support and sales right inside the most popular Chat App in your browser.

This extension lets you run your Business on the most popular chat App. With this, you can
1. You can send bulk messages to each customer at once while you can personalise the message with their name.
2. You can create your broadcast lists of your customers, contacts and prospective leads.
3. You can create message templates for each of your business need.
4. You can send messages to unknown phone numbers as well. They need not be on your contact list.                    

एक्सटेंशन की मूल जानकारी

नाम Wat app auto bot Wat app auto bot
ID hdjopiplmhbegmgdpidhhhdfchdlmljj
आधिकारिक URL https://chrome.google.com/webstore/detail/wat-app-auto-bot/hdjopiplmhbegmgdpidhhhdfchdlmljj
विवरण Wat app is to send multiple messages to a single user to multiple users
फ़ाइल का आकार 2.17 MB
स्थापना संख्या 18
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2021-03-05
प्रकाशन तिथि 2021-02-15
डेवलपर Island Promotion Srilanka
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL http://www.islandpromotionlk.com/privacy_policy.php
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wat app auto bot",
    "version": "1.4.0",
    "description": "Wat app is to send multiple messages to a single user to multiple users",
    "permissions": [
        "downloads",
        "notifications",
        "tabs",
        "storage",
        "https:\/\/wbots.in\/api\/User\/login.php"
    ],
    "browser_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": "Wat app"
    },
    "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"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "js\/consts.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "contentscript\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "manifest_version": 2
}