SLTD WA Sender
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Was ist SLTD WA Sender?
SLTD WA Sender ist eine Chrome-Erweiterung, die von So Lets Talk Digital entwickelt wurde, und ihr Hauptmerkmal ist "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
Erweiterungsscreenshots
SLTD WA Sender-Erweiterungs-CRX-Datei herunterladen
Laden Sie SLTD WA Sender-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | SLTD WA Sender |
ID | gmcihcjojmjkmgbfndodiafhhgeakdea |
Offizielle URL | https://chromewebstore.google.com/detail/empty-title/gmcihcjojmjkmgbfndodiafhhgeakdea |
Beschreibung | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
Dateigröße | 4.58 MB |
Installationsanzahl | 233 |
Aktuelle Version | 2.0.32 |
Letztes Update | 2023-09-07 |
Veröffentlichungsdatum | 2022-10-19 |
Entwickler | So Lets Talk Digital |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://soletstalkapp.com/ |
Hilfeseite URL | https://soletstalkapp.com/contact |
URL der Datenschutzrichtlinien-Seite | https://soletstalkapp.com/privacy |
Unterstützte Sprachen | |
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\/*" ] } ] } |