Bulk Messenger
Bulk Messenger lets you automatically outreach to people on Facebook, through Facebook Messenger.
Τι είναι το Bulk Messenger;
Το Bulk Messenger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον A Wild Chrome Developer Appears, και η κύρια λειτουργία του είναι "Bulk Messenger lets you automatically outreach to people on Facebook, through Facebook Messenger.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bulk Messenger
Λήψη αρχείων επέκτασης Bulk Messenger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You can cold email, cold call and even cold text.. But can you cold outreach on Facebook Messenger? Now with Bulk Messenger you can. Bulk Messenger is a tool that lets you automatically send Facebook Messages to a list of recipients. All you need to do is to paste the list, enter the message to send, and it will automatically send it to everyone on the list. After installation is complete, click on the Bulk Messenger icon that now appeared in your Google Chrome taskbar. Start your campaign, after logging in or use it completely anonymous. Enter the message you want to send. For more info on use cases, scroll down here or check https://bulkmessenger.xyz! Enter the recipients. One recipient per line, not seperated by commas or anything. The recipients must be links to their Facebook profiles, e.g. https://www.facebook.com/recipient1. Not their m.me links or anything else! For more info on how to automatically scrape recipients from Facebook Groups, scroll down here or check https://bulkmessenger.xyz! Double check everything one last time, and then launch your campaign.A new popup window will open where Bulk Messenger will do its magic. While Bulk Messenger is working, you will see how many messages has been sent, how many recipients failed and how long it is running. And because it opens in a new window, you can just do what you were planning to.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | koomlfgkhaknfeddliehakglnilmeajf |
Επίσημο URL | https://chrome.google.com/webstore/detail/bulk-messenger/koomlfgkhaknfeddliehakglnilmeajf |
Περιγραφή | Bulk Messenger lets you automatically outreach to people on Facebook, through Facebook Messenger. |
Μέγεθος Αρχείου | 1.43 MB |
Αριθμός Εγκαταστάσεων | 1,377 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2019-07-05 |
Ημερομηνία Δημοσίευσης | 2019-07-05 |
Αξιολόγηση | 1.89/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | A Wild Chrome Developer Appears |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://bulkmessenger.xyz |
Διεύθυνση URL της Σελίδας Βοήθειας | https://bulkmessenger.xyz |
URL της Σελίδας Πολιτικής Απορρήτου | https://vandevliet.me/chrome-privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "name": "Bulk Messenger", "short_name": "Bulk Messenger", "manifest_version": 2, "description": "Bulk Messenger lets you automatically outreach to people on Facebook, through Facebook Messenger.", "browser_action": { "default_title": "Bulk Messenger", "default_popup": "popup.html" }, "icons": { "16": "img\/logo-16.png", "48": "img\/logo-64.png", "128": "img\/logo-128.png" }, "web_accessible_resources": [ "inject.html", "injectCSS.css" ], "background": { "page": "background.html" }, "oauth2": { "client_id": "130067188935-uqglnv11a4kl92vtj3avn30qq7evqeae.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "permissions": [ "identity", "tabs", "storage", "https:\/\/www.facebook.com\/*", "https:\/\/m.facebook.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/accounts.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src https:\/\/accounts.google.com https:\/\/firestore.googleapis.com https:\/\/securetoken.googleapis.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com https:\/\/accounts.google.com http:\/\/localhost:3000 https:\/\/localhost:3000 https:\/\/securetoken.googleapis.com; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;" } |