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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://groupcollector.com และคุณลักษณะหลักของมันคือ "Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Group Collector

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}