Get GroupLeads

Turn your Facebook group members into leads!

What is Get GroupLeads?

Get GroupLeads is a Chrome extension developed by Get GroupLeads, and its main feature is "Turn your Facebook group members into leads!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Get GroupLeads Extension CRX File

Download Get GroupLeads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With Get GroupLeads, now you can easily turn your Facebook group members into leads in your CRM with a direct integration to REI Software or Google Sheets. Then you can use Zapier to integrate with your favorite CRM.

You can also create message templates and tags to manage your Facebook Messenger communications. Tag each person in your Messenger with a color coded tag and then send them a message from any templates you create.                    

Extension Basic Information

Name Get GroupLeads Get GroupLeads
ID ccmnlkdeciiaacnbnlgenjhoeoeplcoo
Official URL https://chromewebstore.google.com/detail/get-groupleads/ccmnlkdeciiaacnbnlgenjhoeoeplcoo
Description Turn your Facebook group members into leads!
File Size 12.61 MB
Installation Count 159
Current Version 7.4
Last Updated 2024-02-06
Publish Date 2021-07-14
Developer Get GroupLeads
Email [email protected]
Payment Type in_app
Extension Website https://getgroupleads.com/
Help Page URL https://getgroupleads.com/support
Privacy Policy Page URL https://getgroupleads.com/privacy
Supported Languages en
manifest.json
{
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": "bck.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "contentScript.css",
                "src\/content.css",
                "styles\/tailwind.min.css",
                "static\/multiselect\/css\/style.css",
                "inject-helper\/css\/toastify.min.css",
                "inject-helper\/css\/emoji.css",
                "inject-helper\/css\/map.min.css",
                "inject-helper\/css\/speed.min.css",
                "inject-helper\/css\/common.css",
                "css\/popup.css"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "env.js",
                "content.js",
                "fbscript.js",
                "src\/groupcontent.js",
                "src\/utilscontent.js",
                "static\/multiselect\/js\/script.js",
                "inject-helper\/js\/jquery-3.1.0.min.js",
                "inject-helper\/js\/arrive.js",
                "inject-helper\/js\/config.js",
                "inject-helper\/js\/util.js",
                "inject-helper\/js\/jquery.emojiarea.js",
                "inject-helper\/js\/emoji-picker.js",
                "inject-helper\/js\/map.min.js",
                "inject-helper\/js\/speed.min.js",
                "UpdatedContent.js",
                "UpdatedMessagesNew.js",
                "InjectCanned.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/groups\/*\/requests\/",
                "*:\/\/*.facebook.com\/groups\/*\/member-requests",
                "*:\/\/*.facebook.com\/groups\/*\/admin_activites",
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com; object-src 'self';"
    },
    "description": "Turn your Facebook group members into leads!",
    "icons": {
        "128": "logo192.png",
        "16": "logo192.png",
        "48": "logo192.png",
        "512": "logo512.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmgibWPBA2TXlOsfi5WYHKy0wHIlBV8V459oIFhei+2ZDEXqD6ZFFWbVXI4zAJrl33qVCOj3kWA33XfEeNbSVsvFM97HVm8rpuwuohyGVFOozTl7zvRxxCIU9a2ups+NYDXZpgXxqt9m1ihJXiaXTfKWd+OKcdJiOCOw9YBl64BJKEa3OHLQCGoGm1PMSEyl6zROn7P8kEYQcTk13GQIik+9V+ErGRl268fjVKGpMlPSUJt4uea07yYvN+sX2Q2knLta7KQRnWBEfQrblHJtJq4luQpN0xpMQi5i2fH6DGqDuGpXGFAp2NCaGR598\/HhTmLry0U8dMDddxAIvhJI6bQIDAQAB",
    "manifest_version": 3,
    "name": "Get GroupLeads",
    "oauth2": {
        "client_id": "401184799736-7aa2s2hq5g82d16tgpp8jh35r4fft43f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "optional_host_permissions": [
        "*:\/\/facebook.com\/*",
        "*:\/\/www.facebook.com\/*"
    ],
    "permissions": [
        "storage",
        "identity",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "notifications",
        "alarms",
        "declarativeNetRequest",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.4",
    "web_accessible_resources": [
        {
            "matches": [
                "",
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ],
            "resources": [
                "src\/groups\/groups.html",
                "src\/Page\/build\/index.html",
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif",
                "inject-helper\/img\/*.gif",
                "inject-helper\/img\/*.png",
                "inject-helper\/img\/*.svg",
                "inject-helper\/js\/inject.js"
            ]
        }
    ]
}