Group Maximizer

Group Maximizer helps you better manage your social media groups to monetize them.

ما هو Group Maximizer؟

Group Maximizer هو إضافة Chrome تم تطويرها بواسطة edakehurst، والميزة الرئيسية لها هي "Group Maximizer helps you better manage your social media groups to monetize them.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Group Maximizer

قم بتنزيل ملفات الامتداد Group Maximizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Send your membership questions from FB Groups to Sheets, or to a webhook.

Auto approve or auto decline requests.

Automate welcome messages and tagging.

Verify people paid when requesting to join a private group, or auto-remove them it their recurring payment fails.

Maximize your efforts of being an admin on these Groups - leverage your time, and maximize your results.

Please note, this is a white labeled version of the Chrome Extension from Tier5 called "Group Monkey".                    

معلومات أساسية عن التمديد

الاسم Group Maximizer Group Maximizer
ID oeildcbgkelljbnjdfapciedkcjgjaid
عنوان URL الرسمي https://chromewebstore.google.com/detail/group-maximizer/oeildcbgkelljbnjdfapciedkcjgjaid
الوصف Group Maximizer helps you better manage your social media groups to monetize them.
حجم الملف 1.19 MB
عدد التثبيتات 368
النسخة الحالية 1.01.48
آخر تحديث 2024-02-03
تاريخ النشر 2022-09-15
تقييم 5.00/5 مجموع تقييمات 1
المطور edakehurst
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://edakehurst.kartra.com/page/GroupMaximizer
عنوان صفحة المساعدة https://edakehurst.kartra.com/help/HelpDesk
عنوان صفحة سياسة الخصوصية https://geniusposts.io/privacy-policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Group Maximizer",
    "description": "Group Maximizer helps you better manage your social media groups to monetize them.",
    "version": "1.01.48",
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Group_Maximizer-1660515560045-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Group_Maximizer-1660515560119-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Group_Maximizer-1660515560209-large_icon.png"
    },
    "action": {
        "default_title": "Group Maximizer",
        "default_popup": "dashboard.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*"
            ],
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "lib\/toastr.min.js",
                "lib\/moment.min.js",
                "js\/config.bundle.js",
                "js\/member_req_automation.bundle.js",
                "js\/post_automation.bundle.js",
                "js\/message_automation.bundle.js",
                "js\/members_automation_new.bundle.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/gm.css",
                "css\/toastr.min.css"
            ]
        },
        {
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "lib\/toastr.min.js",
                "js\/config.bundle.js",
                "js\/portal_content.bundle.js"
            ],
            "css": [
                "css\/toastr.min.css"
            ],
            "matches": [
                "*:\/\/*.geniusgroupinfo.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background-wrapper.bundle.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "*:\/\/*.zapier.com\/*",
        "*:\/\/*.kyubi.io\/api\/*",
        "https:\/\/z7c5j0fjy8.execute-api.us-east-2.amazonaws.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/mbasic.facebook.com\/*",
        "*:\/\/*.geniusgroupinfo.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
        "content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "short_name": "GM"
}