Group Extractor

Extract facebook group members information when they join your group

Group Extractorคืออะไร?

Group Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://groupextractor.com และคุณลักษณะหลักของมันคือ "Extract facebook group members information when they join your group"

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

screenshot

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

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

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

                        Grow your OWN facebook group while also growing your email list, all on autopilot. 

Collect, sort and extract all your facebook group members request questions and answers.

Push the information both to a CSV and a google sheet AND to your autoresponder. You can also automate the data collection from your facebook group to run at a given time.

To read more about the information we collect please check our privacy policy: https://groupextractor.com/privacy-policy

NOTE: You'll only be able to extract information from fb groups you own or moderate, NOT from groups you are a member of. Also, you can't extract info from EXISTING members of your group. You'll only be able to extract data from people joining your group AFTER you've installed and activated the extension.                    

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

ชื่อ Group Extractor Group Extractor
ID jolbgfjnbicnaipkklmgkpcfjkkgflcb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/group-extractor/jolbgfjnbicnaipkklmgkpcfjkkgflcb
คำอธิบาย Extract facebook group members information when they join your group
ขนาดไฟล์ 967 KB
จำนวนการติดตั้ง 2,466
เวอร์ชันปัจจุบัน 0.0.2.6
อัปเดตครั้งล่าสุด 2021-05-10
วันที่เผยแพร่ 2020-06-06
คะแนน 1.80/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://groupextractor.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://groupextractor.com
URL หน้าช่วยเหลือ https://groupextractor.com/support
URL หน้านโยบายความเป็นส่วนตัว https://groupextractor.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "lib\/jquery-3.1.0.min.js",
            "const.js",
            "auth.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Group Extractor"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "lib\/sweetalert2.css",
                "main.css"
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "lib\/sweetalert.min.js",
                "text.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/\/\/requests\/",
                "https:\/\/www.facebook.com\/\/\/requests",
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Extract facebook group members information when they join your group",
    "icons": {
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiOR1EhwDqlZRqb7WgmlIbvNVAZyDynqaR5bW\/yn9bHLc71A1c+clnlPrzKrYDyvjY0EOuPr0rOZ5aj9zhDe9AaDez19b3CDr3GtZ6xqhzOaLh3q\/\/6EK\/Qq0190Hd6ZK7dqpdv2ld9NhU7zY1qAnkwf+GRe70ANLAXqIZZBjXmZPOAwYCNq07t3op4evZtSAuRf4FJZDJ+HX2x0NL8sEF+Jfdh\/haQiHcZPS4mDD6z24zVHWwRCZABphtLAgh7OAVCK\/D0wdDwgITba049dQd\/zTpIoiWn1lbRv\/cP8WfSAL9DLYbFuocCppnP8lEp6S55o5qXu9dFxC24mEa4OuuQIDAQAB",
    "manifest_version": 2,
    "name": "Group Extractor",
    "oauth2": {
        "client_id": "424989431661-avddjrtuhfmv3s3bcsvqq0pmglmc0j6n.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2.6",
    "web_accessible_resources": [
        "*.png"
    ]
}