Messenger Message Page Sender

Send bulk FB messages at once to your page fans - Reviewed in Feb. 2022

Τι είναι το Messenger Message Page Sender;

Το Messenger Message Page Sender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://fbmessagecleaner.com, και η κύρια λειτουργία του είναι "Send bulk FB messages at once to your page fans - Reviewed in Feb. 2022".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Messenger Message Page Sender

Λήψη αρχείων επέκτασης Messenger Message Page Sender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        You have a FB page? You want to contact all your customers or send bulk message to your fans ?

"Messenger Page Message Sender" allows to send multiple messages in a single click on facebook to all people who liked your page !! It also allows to reply to all people who wrote to your facebook page!

For example with only 1 click, you can send 1000 messages to your users to create 1000 different conversations! This is very convenient in you want to keep private your conversation. For example to plan a FB event or launch a promotion! This is also very convenient to reach out all your customers.

To launch after installation, just click on icon, and  select either to retrieve contacts from page likes or from page inbox.

Then just  write a custom message to all selected contacts in 1 click!

Bulk messages to your fans can even be customized with firstname and lastname!
Delay between message is also customizable.

Live support on our FB page or on Telegram.

**** Free trial to send the 5 first messages and then paying service to help us to maintain this extension and keep high reactivity on support. Thank you for you understanding :-)  ****




This extension has no relation with Facebook company.
Use at your own risks.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Messenger Message Page Sender Messenger Message Page Sender
ID hjgblojdicmboeiejmhkpojalhphbcod
Επίσημο URL https://chrome.google.com/webstore/detail/messenger-message-page-se/hjgblojdicmboeiejmhkpojalhphbcod
Περιγραφή Send bulk FB messages at once to your page fans - Reviewed in Feb. 2022
Μέγεθος Αρχείου 142 KB
Αριθμός Εγκαταστάσεων 850
Τρέχουσα Έκδοση 3.1.5
Τελευταία Ενημέρωση 2022-02-13
Ημερομηνία Δημοσίευσης 2020-05-03
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής http://fbmessagecleaner.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.fbmessagecleaner.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.fbmessagecleaner.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.fbmessagecleaner.com/privacypolicy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "name": "Messenger Message Page Sender",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Send bulk FB messages at once to your page fans - Reviewed in Feb. 2022",
    "version": "3.1.5",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/business.facebook.com\/*"
            ],
            "js": [
                "js\/libs\/jquery-3.5.1.min.js",
                "js\/constants.min.js",
                "js\/content.min.js"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/inject_end.js"
            ],
            "matches": [
                "https:\/\/mbasic.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "js\/constants.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Send bulk Messages to your Facebook fans!",
        "default_popup": "screens\/popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/www.fbmessagecleaner.com\/*",
        "https:\/\/mbasic.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/business.facebook.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self';connect-src 'self' https:\/\/www.fbmessagecleaner.com\/;"
}