Group Extractor - Export Group Members

Groups Export Tool to scrape, extract facebook member and export to CSV/Excel with one click

Group Extractor - Export Group Membersคืออะไร?

Group Extractor - Export Group Members เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gavincorbettvp และคุณลักษณะหลักของมันคือ "Groups Export Tool to scrape, extract facebook member and export to CSV/Excel with one click"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Group Extractor - Export Group Members

ดาวน์โหลดไฟล์ส่วนขยาย Group Extractor - Export Group Members ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Group Extractor, automatically scrape members from facebook groups that you are a member and export them to CSV/Excel files. 

The extracted data can then be used to generate high-quality leads.

# Features
✓ Export Group Members list From any facebook Group that you are a member
✓ Custom Setting: you can adjust request speed, pause mode and enable 'Limit per Extraction'
✓ Export data to CSV/Excel

# Which columns are available for export?
User Id
Username
Is verified
Group biography
Profile URL
Avatar URL
Friendship status
Join status text

# How to get started?
1. Enter Facebook Group URL
2. Click Export Button

# FAQ
https://fbgroups.converts.cc/#faq
If you have any problems, don't hesitate to contact us at [email protected].

# Data Privacy
All the data you process is on your local computer and never passes through our servers.
https://fbgroups.converts.cc/privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Group Extractor - Export Group Members Group Extractor - Export Group Members
ID okejgpcglnpafnfnmgekpfnddicfhddo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/group-extractor-export-gr/okejgpcglnpafnfnmgekpfnddicfhddo
คำอธิบาย Groups Export Tool to scrape, extract facebook member and export to CSV/Excel with one click
ขนาดไฟล์ 1.58 MB
จำนวนการติดตั้ง 2,686
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2023-07-13
คะแนน 3.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา gavincorbettvp
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fbgroups.converts.cc/
URL หน้านโยบายความเป็นส่วนตัว https://fbgroups.converts.cc/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Group Extractor - Export Group Members",
    "description": "Groups Export Tool to scrape, extract facebook member and export to CSV\/Excel with one click",
    "version": "1.0.3",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1ihe3FdEkUiXJ27kE9r6ljzda7l2\/A6dwD8Xkx95ZxLegg2mxmefRVvc3aXnJA3\/iqJGFtPUGF9JfEgP3xq3wvtFR2k0aLJkX2Fx7moJR8ibMeE4H\/xqVhK0dzgr8y2+mbyBFAO4cl3BDl9l1x6QyjXW4pNXMDK6grjLUstW9LzhayNM+Gu6\/1q\/IZeEHOu\/kTdMPY1wrYNztTNFoeEfb5zeuNsuKTIW7L+Rpf6Bz5roYIwOApXLWg67klN0NsnM1UTjS40u4nbUBcKwsYP\/Y7\/o5g4mtsxz7hWCF8fmiXEW2B1fBt308lvuGfLE\/82Vyjg4DBX4nv4yYSiHG2tQTQIDAQAB",
    "oauth2": {
        "client_id": "393455085684-to2p8itk6puo44usftp4cusqhlport27.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "393455085684-oknfe3f4j0di8vql00m7glpg8dm1nebu.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/images\/logo_16.png",
        "32": "public\/lib\/images\/logo_32.png",
        "48": "public\/lib\/images\/logo_48.png",
        "128": "public\/lib\/images\/logo_128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "identity",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "public\/lib\/js\/jquery-3.6.3.min.js",
                "Content.js"
            ],
            "css": [
                "css\/Content.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "public\/lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}