SLTD WA Sender
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Wat is SLTD WA Sender?
SLTD WA Sender is een Chrome-extensie ontwikkeld door So Lets Talk Digital, en de belangrijkste functie is "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
Extensie Screenshots
Download het CRX-bestand van de extensie SLTD WA Sender
Download SLTD WA Sender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                                             Basisinformatie over de Extensie
| Naam |   |  
| ID | gmcihcjojmjkmgbfndodiafhhgeakdea | 
| Officiële URL | https://chromewebstore.google.com/detail/empty-title/gmcihcjojmjkmgbfndodiafhhgeakdea | 
| Beschrijving | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more | 
| Bestandsgrootte | 4.58 MB | 
| Aantal Installaties | 233 | 
| Huidige Versie | 2.0.32 | 
| Laatst Bijgewerkt | 2023-09-07 | 
| Publicatiedatum | 2022-10-19 | 
| Ontwikkelaar | So Lets Talk Digital | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://soletstalkapp.com/ | 
| Help Pagina-URL | https://soletstalkapp.com/contact | 
| URL van de Privacybeleid Pagina | https://soletstalkapp.com/privacy | 
| Ondersteunde Talen | |
| 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\/*"
            ]
        }
    ]
}  |  |