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 | dfplgogafoacmfggmofnbcliihmbjbah |
| Officiële URL | https://chromewebstore.google.com/detail/empty-title/dfplgogafoacmfggmofnbcliihmbjbah |
| Beschrijving | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| Bestandsgrootte | 4.58 MB |
| Aantal Installaties | 2,261 |
| Huidige Versie | 1.3.24 |
| Laatst Bijgewerkt | 2023-11-07 |
| Publicatiedatum | 2022-10-13 |
| Beoordeling | 1.33/5 Totaal 3 Beoordelingen |
| 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": "1.3.24",
"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": "SLTD WA Sender",
"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\/*"
]
}
]
} | |