Messenger Bot - Automate Message Sender
Send bulk private messages automatically to a list of users in the background
Τι είναι το Messenger Bot - Automate Message Sender;
Το Messenger Bot - Automate Message Sender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον noelroegeru8, και η κύρια λειτουργία του είναι "Send bulk private messages automatically to a list of users in the background".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Messenger Bot - Automate Message Sender
Λήψη αρχείων επέκτασης Messenger Bot - Automate Message Sender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Messenger Bot - Auto Message Sender, send mass private messages automatically to targeted audience, send automation private messages to facebook users. You can use the tool to send out Bulk Messages to Facebook Users completely Automated. All you need to do is, upload list of facebook Profiles & Messages that you want to send them. It will automatically send private message to each profile. Majority of the user Scrape a Facebook Group and then send out messages to all the members using this tool. To streamline this process, you can utilize our 'Group Extractor - Export Group Members' tool, which allows you to export Group Members from Fb. This tool is fully compatible with the Bulk Message Sender. 🆕 New Update v1.1.5 ✓ Fix some issues # Features ✓ Send Mass Private Messages to Facebook Users ✓ Send Hyper Personalized Texts ✓ Customized random text messages ✓ Spin syntax supported ✓ Support Custom Placeholders and and Built-in Placeholders:✓ Support Estimated time to send the next DM ✓ Support to Export DM History # How to get started? 1. Create a DM List, we have created one for you 2. Create a bot with Facebook User Profiles, and select a DM List 3. Just run the bot, so simple. # FAQ https://fbmessengerbot.infwiz.com/#faq If the bot is working, and if you restart your browser, you may need to click the pause button to PAUSE the bot first, then click the CONTINUE button to let the bot continue to work. If you have any problems, don't hesitate to contact us at [email protected]. # Data Privacy All the data you process is on your local computer and never passes through our servers. https://fbmessengerbot.infwiz.com/privacy
Βασικές Πληροφορίες Επέκτασης
Όνομα | Messenger Bot - Automate Message Sender |
ID | amlcdofojjmhlcigehnkfdpbeeojeifb |
Επίσημο URL | https://chromewebstore.google.com/detail/messenger-bot-automate-me/amlcdofojjmhlcigehnkfdpbeeojeifb |
Περιγραφή | Send bulk private messages automatically to a list of users in the background |
Μέγεθος Αρχείου | 1.51 MB |
Αριθμός Εγκαταστάσεων | 3,370 |
Τρέχουσα Έκδοση | 1.1.5 |
Τελευταία Ενημέρωση | 2024-01-20 |
Ημερομηνία Δημοσίευσης | 2023-02-08 |
Αξιολόγηση | 3.71/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | noelroegeru8 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://fbmessengerbot.infwiz.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://infwiz.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger Bot - Automate Message Sender", "description": "Send bulk private messages automatically to a list of users in the background", "version": "1.1.5", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjoxkvXvlXPL9QwLiYFLoWN4g+n9YR0upV8Fzvq0ON\/FecePnYAUG9SzmWCDgmRNsWCx8Ojm6aBGEIY\/M6KS6Mn2byH7\/wqBXzl3LNjlvWVxnRxrvKz5Km7URGXezpSeko8yxsZlTxBPDMUZ1tLOueDrJ6IIfyo0KZySXM8\/mBoxboexOwH0xQQ\/KBjGe6GuQjqOjtM5UFANrbHPLDWc3dQ2phJeg5Wk3pxswqNhI8zZp1+CePl8cBhOAJMNfS7teAkbHmteHLkHtPjY2PR\/EvenGLpnA\/l2YG8bVFZkvYb+qdKnlLC3fwNvnuMLZ65t0c39HKqibLfwn4okNWAxH5wIDAQAB", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/amlcdofojjmhlcigehnkfdpbeeojeifb", "manifest_version": 3, "oauth2": { "client_id": "108512142320-6adfn2ve3lclqps99td2tvbe20pf00rv.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ], "web_client_id": "108512142320-59j85in0u52rpt5d1t32vgb2jphtemla.apps.googleusercontent.com" }, "background": { "service_worker": "service-worker.js" }, "icons": { "16": "public\/lib\/images\/logo_16.png", "32": "public\/lib\/images\/logo_32.png", "48": "public\/lib\/images\/logo_48.png", "128": "public\/lib\/images\/logo_128.png" }, "permissions": [ "storage", "unlimitedStorage", "cookies", "identity", "alarms", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "rule", "enabled": true, "path": "public\/lib\/json\/rule.json" } ] }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/messages*" ], "js": [ "public\/lib\/js\/jquery-3.5.1.min.js", "public\/lib\/js\/string-similarity.min.js", "Content.js" ], "css": [ "css\/Content.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "public\/lib\/images\/*" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup.html" } } |