SLTD WA Sender
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Apa itu SLTD WA Sender?
SLTD WA Sender adalah ekstensi Chrome yang dikembangkan oleh So Lets Talk Digital, dan fitur utamanya adalah "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SLTD WA Sender
Unduh file ekstensi SLTD WA Sender dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | SLTD WA Sender |
ID | gmcihcjojmjkmgbfndodiafhhgeakdea |
URL Resmi | https://chromewebstore.google.com/detail/empty-title/gmcihcjojmjkmgbfndodiafhhgeakdea |
Deskripsi | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
Ukuran File | 4.58 MB |
Jumlah Instalasi | 233 |
Versi Saat Ini | 2.0.32 |
Terakhir Diperbarui | 2023-09-07 |
Tanggal Publikasi | 2022-10-19 |
Pengembang | So Lets Talk Digital |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://soletstalkapp.com/ |
URL Halaman Bantuan | https://soletstalkapp.com/contact |
URL Halaman Kebijakan Privasi | https://soletstalkapp.com/privacy |
Bahasa yang Didukung | |
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\/*" ] } ] } |