EZ Messenger

Facebook Automation Software

ما هو EZ Messenger؟

EZ Messenger هو إضافة Chrome تم تطويرها بواسطة pjw، والميزة الرئيسية لها هي "Facebook Automation Software".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة EZ Messenger

قم بتنزيل ملفات الامتداد EZ Messenger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        EZ Messenger is a powerful automation software designed to streamline your Facebook outreach and maximize your networking efforts. With EZ Messenger, you can save time and increase your productivity by automating various actions on Facebook, all within the convenience of your Chrome browser.

Features:

> Connection Requests: Effortlessly send personalized connection requests to individuals or groups, expanding your professional network with ease.
> Message Sequences: Create custom message sequences to engage with your connections at scale. Send automated follow-ups and nurture relationships effectively.
> A.I. Prospector: A tool built into EZ Messenger to help filter through leads to help you find your ideal customer.
> Group Messages: Message group members based on your A.I. Prospector settings.
> Company Messages: Message company pages based on your Facebook search criteria.

Why Choose EZ Messenger?

Time-Saving Efficiency: Automate repetitive Facebook tasks, saving hours of manual effort and freeing up your valuable time for more important activities.

Personalized Engagement: Customize your messages and connection requests to maintain a personalized touch, ensuring genuine interactions with your connections.

Scalability and Growth: Expand your network, build valuable relationships, and generate new business opportunities on Facebook at a larger scale.

Note: EZ Messenger is an independent software developed by Recovery Amped. We are not affiliated with or endorsed by Facebook or its parent company, Meta Platform, Inc.

Try EZ Messenger today and revolutionize your Facebook outreach experience. Unlock the power of automation to supercharge your networking efforts and achieve your professional goals effortlessly                    

معلومات أساسية عن التمديد

الاسم EZ Messenger EZ Messenger
ID laddnlgjadlmaihfoapdedmfkkbnoife
عنوان URL الرسمي https://chromewebstore.google.com/detail/ez-messenger/laddnlgjadlmaihfoapdedmfkkbnoife
الوصف Facebook Automation Software
حجم الملف 1.06 MB
عدد التثبيتات 816
النسخة الحالية 1.2.0
آخر تحديث 2024-02-29
تاريخ النشر 2023-09-27
تقييم 5.00/5 مجموع تقييمات 3
المطور pjw
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.ezmessengerpro.com/
عنوان صفحة المساعدة https://www.ezmessengerpro.com/support
عنوان صفحة سياسة الخصوصية https://www.ezmessengerai.com/privacy-policy-5203
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Facebook Automation Software",
    "version": "1.2.0",
    "manifest_version": 3,
    "name": "EZ Messenger",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn8SQkr5\/R\/pRyh3bEGdZjvyspRTHe77QxUodC91akpI4SaUYGMTXCYspW6UOkviNXoZtb6\/JeMTgK+sn+8zWn5M33gR4TF+fw9m\/rLyq+PvpKGgxNmgBmhxmgIDvClKWBb3E43Qn+p9\/D5dg6KGueupNdHAndzJSv5UfB8YDgQSNAb+vMgvzCrRu36KAA10aRpKA\/vmE01Hhx+pUfKacKSVuIJih8dVmgzeulLzjj8OVh0NjgPlTGWPNzavvnEcXM3B+6TR+qMUb7YZM8r9ewnulxLZ0kjbNxiHgiiGAdiyUzaGX3\/R5Nesyd6bAQx7zRWLAACU3DBg7JzYbVUJkawIDAQAB",
    "action": [],
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "background",
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/www.facebook.com\/*",
        "*:\/\/web.facebook.com\/*",
        "*:\/\/m.facebook.com\/*",
        "*:\/\/mbasic.facebook.com\/*",
        "*:\/\/mobile.facebook.com\/*",
        "*:\/\/*.messenger.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*",
                "*:\/\/web.facebook.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "exclude_matches": [
                "*:\/\/www.facebook.com\/messages\/*",
                "*:\/\/web.facebook.com\/messages\/*",
                "*:\/\/*.facebook.com\/*ezm=*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.messenger.com\/*?ezm=1",
                "*:\/\/*.messenger.com\/*?ezm=2",
                "*:\/\/*.facebook.com\/*ezm=3"
            ],
            "js": [
                "messengerOverlayScript.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.messenger.com\/*?ezm=2"
            ],
            "js": [
                "messengerContentScript.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.messenger.com\/*?forcefirst=1"
            ],
            "js": [
                "sendTest.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "scripts\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.messenger.com\/*"
            ]
        }
    ]
}