Group Funnels

Get member information and question answers when approving user

ما هو Group Funnels؟

Group Funnels هو إضافة Chrome تم تطويرها بواسطة arne، والميزة الرئيسية لها هي "Get member information and question answers when approving user".

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

تحميل ملف CRX للإضافة Group Funnels

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

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

                        Group Funnels Saves You Time and Money With Just One Click

Let's be real... Managing a Facebook group is a LOT of work!

It takes time to create content, time to engage, time to grow, and time to manage.

What if you could eliminate nearly ALL of the time you spend screening & approving members?

Approving new members is a time suck, and if you're the BOSS you should be focusing on activities that drive growth, like helping customers and clients and getting paid!

You OR your assistants should not be wasting time pressing "approve" and manually copy and pasting new member welcome questions & emails to put into a spreadsheet somewhere.

Or maybe you aren't even collecting that information now since it's such a headache?

When Facebook Introduced the option to ask new group members 3 welcome questions, marketers naturally started asking for emails!

Then the question became.. how can I collect these emails efficiently, and what strategies can I use to make the most out of these new leads?

Group Funnels solves BOTH of these problems and provides Facebook group owners the tools AND and strategies to grow & monetize efficiently!

4 SIMPLE STEPS TO USE GROUP FUNNELS:

​Install the extension with 1 click
​Hook it up to your autoresponder
​Set your filters for new members & press "Approve All"
Watch as all the leads pour in and get sent welcome emails!

BOOM! Free, automatic email list growth as your group grows! Check it out:

VIDEO LINK: https://www.youtube.com/watch?v=FaXn_cWKKF0

Here are a few reviews from our clients!

Ross Christifulli says Group Funnels "Saved me a ridiculous amount of time was and so smooth & user friendly... There was zero learning curve!"

Kristy Marshall says "It really helped with sales, getting extra clients. It will save a huge amount of time and I recommend you get it ASAP!!"

Eric Chang says "You have an explosive growth tool that can help you grow your list super fast, and grow your business super easily!"

"Having this software has been crucial, it added everyone into my funnel! 70-80% of my group opted in. It's saving me so much time!" - Ryan Okrant

What are you waiting for? Start getting results like these guys and our other 2,000+ clients!                    

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

الاسم Group Funnels Group Funnels
ID ogcngjhkjiafdgchbfhanflaebmlifhf
عنوان URL الرسمي https://chromewebstore.google.com/detail/group-funnels/ogcngjhkjiafdgchbfhanflaebmlifhf
الوصف Get member information and question answers when approving user
حجم الملف 201 KB
عدد التثبيتات 3,960
النسخة الحالية 4.0.8
آخر تحديث 2024-02-16
تاريخ النشر 2020-06-12
تقييم 4.56/5 مجموع تقييمات 9
المطور arne
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.groupfunnels.com
عنوان صفحة سياسة الخصوصية https://www.groupfunnels.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Group Funnels",
    "short_name": "[GF]",
    "description": "Get member information and question answers when approving user",
    "version": "4.0.8",
    "manifest_version": 3,
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "identity",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/facebook.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.groupfunnels.com\/*",
        "https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/*"
    ],
    "action": {
        "default_icon": {
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Group Funnels",
        "default_popup": "h_popup.html"
    },
    "oauth2": {
        "client_id": "90993496966-vc7473c2do6rcdmnvpr5bglh2mfbh57c.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo.png",
                "libs\/jquery.min.js",
                "libs\/bootstrap5\/bootstrap.min.js",
                "libs\/sweetalert2.js"
            ],
            "matches": [
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/bootstrap5\/bootstrap.min.js",
                "libs\/sweetalert2.js",
                "libs\/textNotifs.js",
                "js\/basic_script.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}