WA Sender Plugin
By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…
Apa itu WA Sender Plugin?
WA Sender Plugin adalah ekstensi Chrome yang dikembangkan oleh samtechbd, dan fitur utamanya adalah "By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WA Sender Plugin
Unduh file ekstensi WA Sender Plugin 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
By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread => Privacy effect by enhancement tab :- * Blur recent messages * Blur contacts names * Blur contacts photos * Blur conversation messages => Addons enhancement tab :- * Enable like button * Enable message reactions * Pin unread chats to the top * Remove duplicate contacts => Attach image, video, file, contact => Add random time gap between messages => Filter numbers => Message success or failed report => Download group, labels, broadcast lists, chat and all contacts This application is developed to enhance WhatsApp web functionality and make more easier for some user so we are not part of WhatsApp or Facebook and also we are not responsible for any kind of misuse and violation of WhatsApp policies.
Informasi Dasar Ekstensi
Nama | WA Sender Plugin |
ID | edlkmfhhepchllgoobodckbhkahccpfm |
URL Resmi | https://chromewebstore.google.com/detail/wa-sender-plugin/edlkmfhhepchllgoobodckbhkahccpfm |
Deskripsi | By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread… |
Ukuran File | 4.44 MB |
Jumlah Instalasi | 1,733 |
Versi Saat Ini | 1.1.5 |
Terakhir Diperbarui | 2024-02-16 |
Tanggal Publikasi | 2022-08-02 |
Penilaian | 4.63/5 Total 8 Penilaian |
Pengembang | samtechbd |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://samtechbd.biz/wa |
URL Halaman Bantuan | https://samtechbd.biz/wa |
URL Halaman Kebijakan Privasi | https://wa-bulk-sender.xyz/wa/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WA Sender Plugin", "version": "1.1.5", "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "contentmin.js" ] } ], "action": { "default_title": "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\/*" ] } ] } |