SLTD WA Sender

WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more

What is SLTD WA Sender?

SLTD WA Sender is a Chrome extension developed by So Lets Talk Digital, and its main feature is "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".

Extension Screenshots

screenshot
screenshot
screenshot

Download SLTD WA Sender Extension CRX File

Download SLTD WA Sender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name SLTD WA Sender SLTD WA Sender
ID gmcihcjojmjkmgbfndodiafhhgeakdea
Official URL https://chromewebstore.google.com/detail/empty-title/gmcihcjojmjkmgbfndodiafhhgeakdea
Description WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
File Size 4.58 MB
Installation Count 233
Current Version 2.0.32
Last Updated 2023-09-07
Publish Date 2022-10-19
Developer So Lets Talk Digital
Email [email protected]
Payment Type free
Extension Website https://soletstalkapp.com/
Help Page URL https://soletstalkapp.com/contact
Privacy Policy Page URL https://soletstalkapp.com/privacy
Supported Languages
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SLTD WA Sender",
    "version": "2.0.32",
    "description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "action": {
        "default_title": "WASender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}