Group Collector

Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software.

Qu'est-ce que Group Collector ?

Group Collector est une extension Chrome développée par https://groupcollector.com, et sa fonction principale est "Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Group Collector

Téléchargez les fichiers d'extension Group Collector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Collect, Convert, Sort, and Extract your New Facebook Group Member Answers.

Extract facebook group members information when they join your facebook group.

Group Collector allows you to Collect Emails and Answers From your New Facebook Group Members and convert them into leads in your favorite email marketing software On Autopilot without wasting time & money.

By using Group Collector, you can send Leads to the Google Sheet and your favorite Email Marketing Software.

You do not need to copy and paste the member's email addresses when approving them in your group. It will build your email list on Autopilot, and you will be able to make more money from your group.

Click Add to Chrome to get started.

✔️ Works with both New and Old Facebook UI
✔️ Auto Approve Members
✔️ Unlimited Facebook groups
✔️ Most affordable price in the market
✔️ Facebook Group automatic approval
✔️ Zapier is not required

We give you access to a dashboard where you will be able to view, edit, and export Facebook Group Members Data.

Note: This extension is not affiliated with Facebook or Google in any way.                    

Informations de Base sur l'Extension

Nom Group Collector Group Collector
ID ogdffjejgimphmgjcenphnhibdhopgdp
URL Officiel https://chromewebstore.google.com/detail/group-collector/ogdffjejgimphmgjcenphnhibdhopgdp
Description Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software.
Taille du Fichier 162 KB
Nombre d'Installations 6,914
Version Actuelle 4.11.0
Dernière Mise à Jour 2024-02-14
Date de Publication 2020-06-26
Évaluation 4.43/5 Total 28 Évaluations
Développeur https://groupcollector.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://groupcollector.com/
URL de la Page d'Aide https://docs.groupcollector.com/
URL de la Page de Politique de Confidentialité https://groupcollector.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/config_prod.js",
            "\/js\/manifest.js",
            "\/js\/vendor.js",
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "\/index.html",
        "default_title": "Group Collector"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/groupcollector.css"
            ],
            "js": [
                "\/js\/config_prod.js",
                "\/js\/manifest.js",
                "\/js\/vendor.js",
                "\/js\/content_script.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "*:\/\/app.groupcollector.com\/*"
    ],
    "manifest_version": 2,
    "name": "Group Collector",
    "description": "Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software.",
    "version": "4.11.0"
}