WA Sender Plugin
By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…
Τι είναι το WA Sender Plugin;
Το WA Sender Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον samtechbd, και η κύρια λειτουργία του είναι "By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WA Sender Plugin
Λήψη αρχείων επέκτασης WA Sender Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | WA Sender Plugin |
ID | edlkmfhhepchllgoobodckbhkahccpfm |
Επίσημο URL | https://chromewebstore.google.com/detail/wa-sender-plugin/edlkmfhhepchllgoobodckbhkahccpfm |
Περιγραφή | By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread… |
Μέγεθος Αρχείου | 4.44 MB |
Αριθμός Εγκαταστάσεων | 1,733 |
Τρέχουσα Έκδοση | 1.1.5 |
Τελευταία Ενημέρωση | 2024-02-16 |
Ημερομηνία Δημοσίευσης | 2022-08-02 |
Αξιολόγηση | 4.63/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | samtechbd |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://samtechbd.biz/wa |
Διεύθυνση URL της Σελίδας Βοήθειας | https://samtechbd.biz/wa |
URL της Σελίδας Πολιτικής Απορρήτου | https://wa-bulk-sender.xyz/wa/privacy |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |