Socialtribes

Socialtribes: Automate lead generation with your Facebook Group!

Socialtribesคืออะไร?

Socialtribes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://socialtribes.io และคุณลักษณะหลักของมันคือ "Socialtribes: Automate lead generation with your Facebook Group!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Socialtribes is the safest way to convert new Facebook Group Members into Leads in less than 15 seconds.
 
This extension helps you automatically pull answers from your Facebook Group so you can avoid paying virtual assistants or wasting time copy-pasting answers.
 
1. Collect Facebook Group Member Data

Stop copy-pasting or paying expensive Virtual Assistants to accept new group members and paste their data into your Google Sheet or Marketing Automation. Use our handy Chrome Extension to gather all this information with just a click of a button.

2. Send New Facebook Group Member Data Your Dashboard


Never miss another lead. Add every single detail of your new members into your personal dashboard to have a quick overview of your newly created members. Use the filters in your personal dashboard to focus on the most relevant leads. Or take your data anywhere you want with our easy-to-use export feature.
 
3. Send New Facebook Group Member Data To Your Google Sheet

Never miss another lead. Add every single detail of your new members into your Google Sheet to have a quick overview of your newly created members. From there, transfer or upload that data anywhere you want to take action.
 
4. Automate Facebook Group Approval

Tired of copy-pasting all your member data and still having to accept each member in? No more of this madness. Automatically approve all your Group members based on your selected filters to save you from this manual task.
Note: This extension is not affiliated with Facebook or Google in any way.
 
5. Connect with your favorite Marketing Automation Tool

Integrated with all +100 tools you already know through Zapier or make an upload through your Google Sheet.
 
Click Add to Chrome to get started.

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

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

ชื่อ Socialtribes Socialtribes
ID pacmkebjpoheiccieiabknnilmodgjjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/socialtribes/pacmkebjpoheiccieiabknnilmodgjjk
คำอธิบาย Socialtribes: Automate lead generation with your Facebook Group!
ขนาดไฟล์ 1.15 MB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 2.0.8
อัปเดตครั้งล่าสุด 2022-08-22
วันที่เผยแพร่ 2022-03-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://socialtribes.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://socialtribes.io
URL หน้าช่วยเหลือ https://www.socialtribes.io/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.socialtribes.io/terms-conditions
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Socialtribes",
    "version": "2.0.8",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Socialtribes: Automate lead generation with your Facebook Group!",
    "homepage_url": "https:\/\/github.com\/abhijithvijayan\/web-extension-starter",
    "short_name": "Socialtribes",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Socialtribes"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}