WA Automation (WAMate)
Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send
Τι είναι το WA Automation (WAMate);
Το WA Automation (WAMate) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RestSend, και η κύρια λειτουργία του είναι "Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WA Automation (WAMate)
Λήψη αρχείων επέκτασης WA Automation (WAMate) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
WhatsApp™ Contacts Manage or Bulk Send with labels. Run workflow on WhatsApp™ web, automatically reply or send to Webhook, send bulk messages, ✨No-Code✨ Required. - 🎉 Manage your contacts with labels, fast and efficient - 🤖 Drag and drop to configure a powerful Workflow - 🎉 Send a welcome message, which is especially useful when new members join the group - 😀 Reply to your conversations according to keywords, graphical conversation chat configuration, the process is very clear and simple - ✨Send bulk messages, even pictures - 💪 Powerful repetitive sending, you can send the message and content you want every day or according to the working day - 🔥 Free, No-Code Required. ----------------------------- WhatsApp is a trademark of WhatsApp LLC. This extension is an unofficial enhancement for WhatsApp™ Web and is not related in any way to WhatsApp LLC.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aemgcjkfdmkofmjffijnejenlikjjlhk |
Επίσημο URL | https://chrome.google.com/webstore/detail/wa-automation-wamate/aemgcjkfdmkofmjffijnejenlikjjlhk |
Περιγραφή | Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send |
Μέγεθος Αρχείου | 1.16 MB |
Αριθμός Εγκαταστάσεων | 618 |
Τρέχουσα Έκδοση | 1.1.6 |
Τελευταία Ενημέρωση | 2022-02-10 |
Ημερομηνία Δημοσίευσης | 2021-12-20 |
Αξιολόγηση | 1.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | RestSend |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://restsend.com/?from=wamate_chrome |
URL της Σελίδας Πολιτικής Απορρήτου | https://restsend.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WA Automation (WAMate)", "description": "Automation for WhatsApp\u2122, contacts manager with labels, nocode workflow, bulk send", "homepage_url": "https:\/\/restsend.com\/?from=wamate_chrome_1.1.6", "version": "1.1.6", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "64": "icons\/icon_64.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_64.png" }, "permissions": [ "https:\/\/web.whatsapp.com\/", "webNavigation", "tabs", "storage" ], "web_accessible_resources": [ "content.js", "waext.js", "fonts\/*", "images\/*", "icons\/*" ] } |