Group Organizer

Best tool to organize your groups and leads management

Group Organizerคืออะไร?

Group Organizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hua Technologies และคุณลักษณะหลักของมันคือ "Best tool to organize your groups and leads management"

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

screenshot
screenshot

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

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

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

                        Automate your Facebook Group member onboarding, collect Facebook Group member emails, and organize your Facebook group.

Managing a Facebook Group can be hard, but Group Organizer makes it EASY!

Easily capture Facebook Group members' emails and responses to all questions asked to join your group.

Best part is, you can TRY Group Organizer for FREE! ***Make sure you register your account first before trying to use the extension!

***Just go to www.fbgrouporganizer.com and register for an account!***

After installing, please reload all Facebook tabs for the extension to take effect. For issues/suggestions, please contact us via email: [email protected]

See the instructional video here: https://youtu.be/DqMbw_gEqTE

✓ Note
FB™, FB Messenger™, Messenger™ and the FB™ and Messenger™ logo are trademarks of Facebook Inc. Use of these trademarks is subject to FB Permissions. This extension is not created nor endorsed by Facebook Inc.

✓ Terms of Use
No guarantee or warranty is given with the use of  this "Group Organizer™" software. The author shall not be held liable for any consequences by its use. Usage of "Group Organizer™" extension means that you agree to these terms.                    

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

ชื่อ Group Organizer Group Organizer
ID nifjnjemgggpidbfhijekpdgdaanglgk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/group-organizer/nifjnjemgggpidbfhijekpdgdaanglgk
คำอธิบาย Best tool to organize your groups and leads management
ขนาดไฟล์ 4.32 MB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-11-07
วันที่เผยแพร่ 2021-07-30
ผู้พัฒนา Hua Technologies
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://www.messengerorganizer.com/privacy-policy1592500971490
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Best tool to organize your groups and leads management",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "Group Organizer",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.fbgrouporganizer.com\/*"
            ],
            "js": [
                "\/js\/jquery.3.2.1.min.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "oauth2": {
        "client_id": "201616869984-5r2a45iiohpcrql16075l00n4c9mvv27.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}