Group X

Links your Facebook Group Members to Google Sheet instantly!

What is Group X?

Group X is a Chrome extension developed by groupxdevteam, and its main feature is "Links your Facebook Group Members to Google Sheet instantly!".

Extension Screenshots

screenshot
screenshot

Download Group X Extension CRX File

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

                        This extension is helping marketers in increasing their email lists from Facebook groups. This helps in creating list in Google sheet, Active Campaign, SendFox, GetResponse, Constant Contact, Pipedrive and Mailchimp.                    

Extension Basic Information

Name Group X Group X
ID jkdffdchcndapkfobmkhoappiphlpboh
Official URL https://chromewebstore.google.com/detail/group-x/jkdffdchcndapkfobmkhoappiphlpboh
Description Links your Facebook Group Members to Google Sheet instantly!
File Size 362 KB
Installation Count 217
Current Version 0.0.1.7
Last Updated 2024-02-13
Publish Date 2020-09-03
Rating 5.00/5 Total 1 Ratings
Developer groupxdevteam
Email [email protected]
Payment Type free
Extension Website http://www.groupx.io
Help Page URL https://deliciousmarketing.io/support
Privacy Policy Page URL https://app.groupx.io/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Group X",
    "description": "Links your Facebook Group Members to Google Sheet instantly!",
    "version": "0.0.1.7",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Group X"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/\/plugins\/jquery-3.3.1.min.js",
                "js\/popup.js",
                "main.js",
                "js\/dashboard.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*\/*\/requests\/",
                "*:\/\/*.facebook.com\/*\/*\/requests",
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "https:\/\/*.groupx.io\/*"
    ],
    "web_accessible_resources": [
        "*.png"
    ]
}