SLTD WA Sender
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Cos'è SLTD WA Sender?
SLTD WA Sender è un'estensione di Chrome sviluppata da So Lets Talk Digital, e la sua funzione principale è "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SLTD WA Sender
Scarica i file di estensione SLTD WA Sender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | dfplgogafoacmfggmofnbcliihmbjbah |
| URL Ufficiale | https://chromewebstore.google.com/detail/empty-title/dfplgogafoacmfggmofnbcliihmbjbah |
| Descrizione | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| Dimensione del File | 4.58 MB |
| Conteggio Installazioni | 2,261 |
| Versione Corrente | 1.3.24 |
| Ultimo Aggiornamento | 2023-11-07 |
| Data di Pubblicazione | 2022-10-13 |
| Valutazione | 1.33/5 Totale 3 Valutazioni |
| Sviluppatore | So Lets Talk Digital |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://soletstalkapp.com/ |
| URL della Pagina di Aiuto | https://soletstalkapp.com/contact |
| URL della Pagina della Politica sulla Privacy | https://soletstalkapp.com/privacy |
| Lingue Supportate | |
| 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\/*"
]
}
]
} | |