WA Sender Free Bulk Messaging
Create Whatsapp Groups in a single click. Share single or multiple customizable messages to your contacts
Τι είναι το WA Sender Free Bulk Messaging;
Το WA Sender Free Bulk Messaging είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wasender biz plugin, και η κύρια λειτουργία του είναι "Create Whatsapp Groups in a single click. Share single or multiple customizable messages to your contacts".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WA Sender Free Bulk Messaging
Λήψη αρχείων επέκτασης WA Sender Free Bulk Messaging σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Free ✅ Messaging (no limits*) ✅ Excel upload ✅ Privacy features ✅ Pin unread chats to top PRO ✅ Attachment Sending ✅ Name personalized bulk Messaging ✅ Setting time gap between messages ✅ Download _Msg Sent/failed reports_ ✅ Create your own Chatbot on WhatsApp web ⬇️ One-click instant download for all types of contacts ✅ All groups contacts ✅ All labels contacts ✅ All broadcast lists contacts ✅ All chat contacts ✅ All contacts 👨💻 Chat/WhatsApp/Call support DISCLAIMER This tool is not a part of WhatsApp© or Facebook©. The information on this tool is for educational purpose only, we neither support nor be help responsible for any misuse of this info. This tool is not affiliated with any brand or website. User must use the software responsibly and adhere to the website terms or usage policy (or whatever applicable). Its just a standalone tool to facilitate and extend some options in WhatsApp. Its not a spam tool and not allowed to use it for spamming or violating WhatsApp policies. This tool automates a natural human's behavior to save peopl's time in daily us We do not take responsibility on how the buyer uses this software. This is an automation tool intended to save time doing repetitive actions. All disputes subject to Mumbai jurisdiction.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cankiolpkhdphjffldgoiaomhmgdpiig |
Επίσημο URL | https://chrome.google.com/webstore/detail/wa-sender-free-bulk-messa/cankiolpkhdphjffldgoiaomhmgdpiig |
Περιγραφή | Create Whatsapp Groups in a single click. Share single or multiple customizable messages to your contacts |
Μέγεθος Αρχείου | 2.13 MB |
Αριθμός Εγκαταστάσεων | 127,890 |
Τρέχουσα Έκδοση | 1.0.14 |
Τελευταία Ενημέρωση | 2022-09-02 |
Ημερομηνία Δημοσίευσης | 2021-09-19 |
Αξιολόγηση | 3.23/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | wasender biz plugin |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://tawk.to/WASenderPluginSupport |
URL της Σελίδας Πολιτικής Απορρήτου | https://wasender.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WA Sender Free Bulk Messaging", "version": "1.0.14", "description": "Create Whatsapp Groups in a single click. Share single or multiple customizable messages to your contacts", "background": { "scripts": [ "backgroundmin.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "contentmin.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "WASender" }, "permissions": [ "storage" ], "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "css\/lib.css", "\/img\/*", "flmin.js" ] } |