Group Leads

Group leads helps you convert new facebook group members into leads in your favorite email marketing software.

What is Group Leads?

Group Leads is a Chrome extension developed by https://groupleads.net, and its main feature is "Group leads helps you convert new facebook group members into leads in your favorite email marketing software.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Group Leads Extension CRX File

Download Group Leads 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

                        It saves you time and money by allowing you to add new group members data into your Google sheet as well as your autoresponder.

Disclaimer: This extension is not affiliated with Facebook in any way.                    

Extension Basic Information

Name Group Leads Group Leads
ID fflgpaejocnobejfanekjilflogejjch
Official URL https://chromewebstore.google.com/detail/group-leads/fflgpaejocnobejfanekjilflogejjch
Description Group leads helps you convert new facebook group members into leads in your favorite email marketing software.
File Size 3.8 MB
Installation Count 9,901
Current Version 5.0.8
Last Updated 2024-02-24
Publish Date 2020-06-30
Rating 4.44/5 Total 133 Ratings
Developer https://groupleads.net
Email [email protected]
Payment Type in_app
Extension Website https://groupleads.net
Help Page URL https://docs.groupleads.net
Privacy Policy Page URL https://chatsilo.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Group Leads",
    "short_name": "Group Leads",
    "version": "5.0.8",
    "description": "Group leads helps you convert new facebook group members into leads in your favorite email marketing software.",
    "manifest_version": 3,
    "action": {
        "browser_style": false,
        "default_title": "Group Leads",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "128": "assets\/icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "1078285110766-o89r1u02fda5ope8uc810o12fo80b2bh.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "identity",
        "identity.email",
        "notifications",
        "alarms",
        "clipboardRead",
        "clipboardWrite",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.groupleads.net\/*",
        "*:\/\/*.api-us1.com\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/*.messenger.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "runtime.js",
                "content\/cs-config.js",
                "content\/cs-helper.js",
                "content\/manual.js",
                "content\/automation.js"
            ],
            "css": [
                "\/content\/css\/groupleads.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/icon32.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvus5nTwhZeSkaDQ+sR1s\/MZWQczTTlQpYeoIqtZYVlIgacXR6gncIvU+4edJLvohRHW7V9\/+WGjEOP+oYzCV2pnL+5q55K7xjeq80dc0FBb5XfkcRofk9K7pKFlHnro5lIlmGOBNy+5j1YGjh9i2clDMJ1aHuRsEmCrjcQM7gI\/loBgYyUTIVHgFAgK4G44TGM1O7U9VG6cjdGjGNNA2JA4030sxgp\/su8vcxPjA7DfeVfY\/7btsM3CPtzdTz43ElKz3IQ\/so14mxMKvhe3YdofricNJqCifyNm9qBRtIcnREZ\/dLzM3QwwkyNoVb1cm8n3iEp9hlgOvvmjrCsa46wIDAQAB"
}