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

screenshot
screenshot
screenshot

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 SLTD WA Sender SLTD WA Sender
ID gmcihcjojmjkmgbfndodiafhhgeakdea
URL Ufficiale https://chromewebstore.google.com/detail/empty-title/gmcihcjojmjkmgbfndodiafhhgeakdea
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 233
Versione Corrente 2.0.32
Ultimo Aggiornamento 2023-09-07
Data di Pubblicazione 2022-10-19
Sviluppatore So Lets Talk Digital
Email [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": "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\/*"
            ]
        }
    ]
}