Group Collector

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

什么是Group Collector?

Group Collector是由https://groupcollector.com开发的Chrome扩展程序,该扩展的主要功能是“Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software.”。

扩展截图

screenshot
screenshot
screenshot

下载Group Collector扩展crx文件

下载Group Collector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Group Collector Group Collector
ID ogdffjejgimphmgjcenphnhibdhopgdp
官方URL https://chromewebstore.google.com/detail/group-collector/ogdffjejgimphmgjcenphnhibdhopgdp
简介 Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software.
文件大小 162 KB
安装次数 6,914
当前版本 4.11.0
更新时间 2024-02-14
上架时间 2020-06-26
评分 4.43/5 共28次评分
开发者 https://groupcollector.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://groupcollector.com/
帮助页面URL https://docs.groupcollector.com/
隐私政策页面URL https://groupcollector.com/privacy-policy
支持的语言 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"
}