Web Sender Lite

Web Sender Lite: envíe mensajes, archivos adjuntos, mensajes personalizados, respuestas automáticas inteligentes y más.

Web Sender Lite क्या है?

Web Sender Lite https://metjetsac.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web Sender Lite: envíe mensajes, archivos adjuntos, mensajes personalizados, respuestas automáticas inteligentes y más."।

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

screenshot
screenshot

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

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

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

                        Web Sender (Lite)  - Send Messages, Attachments, Personalized Message, Smart auto replies and more.
Expand your customer-base with WhatsApp 

Web Sender (Lite)  - WhatsApp Marketing Software & Automation Tool, a user can send WhatsApp messages to multiple contacts. Messages can be customised to include custom fields like name, email, scores or any variable. User would be able to do the same by uploading excel sheet also which contains user's contact over which custom messages needs to be sent.

Features:
- Grow Your Business By Sending WhatsApp Messages To Saved/Unsaved Contacts.  
- Upload CSV files of contacts
- Send Message Without Saving Contacts
- Send Links, Pictures, Documents, Videos and Contacts.
- Add Contacts Manually or Copy-Paste or upload a CSV
- Allows You To Download Group Contacts.
- Download Delivery Report  
- Option to customise time delay between messages
- Real time update via notifications
- Real time preview of uploaded CSV of numbers
- Message Formatting (BOLD italic strikethrough & EMOJI).
- Sends Multiple Links To your customers For Direct Offers.
- Send Message In Single Click to all your customers
- Send Customise Greetings/Wishes/Customer Connect. Helps You To Retain Customers.  
- Customer Support 24X7.
- No Software Installation Needed.
- Highly User Friendly.
- Auto Responder
- Sync contacts from cloud server
- Extremely lightweight and fast: Coded with performance in mind. Simple, intuitive UI so that you can use our extension right away.

WhatsApp Enhancements - Download and save unsaved contacts, filter non-WhatsApp number, Auto Reply and more.

Supercharge your WhatsApp for business today
Engage with your customers on WhatsApp and grow your business

Export & sync your contacts lists and much more...

Disclaimer: 

This Chrome plugin is not endorsed or certified WhatsApp . This is an unofficial enhancement for WhatsApp Web.

As It’s Very Clear, the tools Depends on WhatsApp . We’re Not Responsible If WhatsApp Made Critical Changes in Their Side. Although We Always Try to Make the tools up to Date, Sometimes It Might Not Be Possible to Find a Proper Workaround. We Don’t Guarantee That the Compatibility of the tools with WhatsApp Will Be Forever. Use at Your Own Risk. We Don’t Provide Any Refund for Problems That Are Originated from WhatsApp .                    

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

नाम Web Sender Lite Web Sender Lite
ID mjabjkicaelkoplonfcjcnkpajpicfjc
आधिकारिक URL https://chromewebstore.google.com/detail/web-sender-lite/mjabjkicaelkoplonfcjcnkpajpicfjc
विवरण Web Sender Lite: envíe mensajes, archivos adjuntos, mensajes personalizados, respuestas automáticas inteligentes y más.
फ़ाइल का आकार 3.71 MB
स्थापना संख्या 74
वर्तमान संस्करण 3.1.24
अंतिम अपडेट 2023-09-30
प्रकाशन तिथि 2023-08-08
डेवलपर https://metjetsac.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://metjetsac.com/Privacidad
समर्थित भाषाएँ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Sender Lite",
    "version": "3.1.24",
    "description": "Web Sender Lite: env\u00ede mensajes, archivos adjuntos, mensajes personalizados, respuestas autom\u00e1ticas inteligentes y m\u00e1s.",
    "icons": {
        "16": "img\/main-icon.png",
        "22": "img\/main-icon.png",
        "32": "img\/main-icon.png",
        "48": "img\/main-icon.png",
        "128": "img\/main-icon.png"
    },
    "author": "metjetsac.com",
    "host_permissions": [
        "https:\/\/metjetsac.com\/"
    ],
    "short_name": "Web Sender Lite",
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/metjetsac.com\/",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "sendercontent.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "css\/wabizlib.css",
                "\/img\/*",
                "flmin.js",
                "jquery.js",
                "jquery.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "senderbackground.js"
    },
    "action": {
        "default_title": "Web Sender Lite",
        "default_popup": "senderpopup.html"
    }
}