Group Manager

Group Manager Automatically Manage Your Facebook Group And Turn It Into A Money Making Machine

Apa itu Group Manager?

Group Manager adalah ekstensi Chrome yang dikembangkan oleh https://scalingwithautomations.com, dan fitur utamanya adalah "Group Manager Automatically Manage Your Facebook Group And Turn It Into A Money Making Machine".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Group Manager

Unduh file ekstensi Group Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        👉 THIS IS A PAID APP - PLEASE PURCHASE ACCESS FROM YOUR RESELLER 👈

Group Manager Automatically Manage Your Facebook Group And Turn It Into A Money Making Machine

❌ Sick of copying & pasting email addresses and group questions? 

❌ Sick of verifying emails, sending welcome emails, and even posting & tagging that welcome post to new members? 

❌ Sick of DM all your new members, and following up with them after X days of joining the group?

❌ Sick of having to manually approve & reject members?

Introducing Group Manager, the all-in-one powerful Group Management Software that will have you automating all the above tasks that you're already doing manually (or hiring a VA to do so), and so much more!

𝐈𝐧𝐭𝐫𝐨𝐝𝐮𝐜𝐢𝐧𝐠 𝐆𝐫𝐨𝐮𝐩 𝐌𝐚𝐧𝐚𝐠𝐞𝐫

✅ Works With All Your Facebook Groups
✅ Unlimited Group Access, Sheets & Webhooks
✅ Connects To Virtually Every Software You Use. Ie. Go High Level
✅ Automatically approve & reject members
✅ Automatically DM rejected members with merge field reasons
✅ Automatically DM approved members
✅ Automatically DM members who answer specific questions 
✅ Automatically DM members after X number of days joining the group
✅ Automatically DM members after welcome post
✅ Automatically DM members after tagging them in an existing post
✅ Automatically creating welcome post
✅ Automatically tagging members in an existing post after X days
✅ Automatically exporting members, questions & emails into sheets, CSV or your favorite CRM  
✅ Automatically verifying member's emails
✅ Automatically collecting additional information such as gender, age & profile links

So what are you waiting for?

Start collecting leads from your Facebook Group and turn it into a money making machine on auto-pilot!!                    

Informasi Dasar Ekstensi

Nama Group Manager Group Manager
ID jamkfhoomnelckfolkalkhccbciagfpc
URL Resmi https://chromewebstore.google.com/detail/group-manager/jamkfhoomnelckfolkalkhccbciagfpc
Deskripsi Group Manager Automatically Manage Your Facebook Group And Turn It Into A Money Making Machine
Ukuran File 352 KB
Jumlah Instalasi 403
Versi Saat Ini 1.6.4
Terakhir Diperbarui 2024-02-04
Tanggal Publikasi 2022-09-26
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://scalingwithautomations.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.scalingwithautomations.com/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Group Manager",
    "description": "Group Manager Automatically Manage Your Facebook Group And Turn It Into A Money Making Machine",
    "version": "1.6.4",
    "icons": {
        "16": "images\/60a4e857c27a7e5a7784aaca-Group_Manager-1659447170024-small_icon.png",
        "48": "images\/60a4e857c27a7e5a7784aaca-Group_Manager-1659447170127-medium_icon.png",
        "128": "images\/60a4e857c27a7e5a7784aaca-Group_Manager-1660279121396-large_icon.png"
    },
    "action": {
        "default_title": "Group Manager",
        "default_popup": "dashboard.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*"
            ],
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "lib\/toastr.min.js",
                "lib\/moment.min.js",
                "js\/config.bundle.js",
                "js\/member_req_automation.bundle.js",
                "js\/post_automation.bundle.js",
                "js\/message_automation.bundle.js",
                "js\/members_automation_new.bundle.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/gm.css",
                "css\/toastr.min.css"
            ]
        },
        {
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "lib\/toastr.min.js",
                "js\/config.bundle.js",
                "js\/portal_content.bundle.js"
            ],
            "css": [
                "css\/toastr.min.css"
            ],
            "matches": [
                "*:\/\/*.groupmanager.io\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background-wrapper.bundle.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "*:\/\/*.zapier.com\/*",
        "*:\/\/*.kyubi.io\/api\/*",
        "https:\/\/z7c5j0fjy8.execute-api.us-east-2.amazonaws.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/mbasic.facebook.com\/*",
        "*:\/\/*.groupmanager.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
        "content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "short_name": "GM"
}