Group Monkey

Group monkey helps you manage your group and turn it into a money machine.

Group Monkey là gì?

Group Monkey là một tiện ích mở rộng Chrome được phát triển bởi https://groupmonkey.io, và tính năng chính của nó là "Group monkey helps you manage your group and turn it into a money machine.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Group Monkey

Tải xuống các tệp mở rộng Group Monkey dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Group Monkey allows you to collect leads from your Facebook™ group. It also allows you to manage and monetize your Facebook™ Groups on autopilot! We collect and provide more useful data than any other software out there.

Group Monkey is a chrome extension and a website portal that enables you to grab information from the people coming into your group and send them, using web hooks, to any CRM or other software automatically!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Group Monkey Group Monkey
ID goflgkgffmekeedmfdinbbchpfgboijg
URL Chính Thức https://chromewebstore.google.com/detail/group-monkey/goflgkgffmekeedmfdinbbchpfgboijg
Mô tả Group monkey helps you manage your group and turn it into a money machine.
Kích Thước Tệp 652 KB
Số Lần Cài Đặt 884
Phiên Bản Hiện Tại 1.01.45
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2021-06-09
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://groupmonkey.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://tier5.us/chrome_extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Group Monkey",
    "description": "Group monkey helps you manage your group and turn it into a money machine.",
    "version": "1.01.45",
    "icons": {
        "16": "images\/5e82703c568e944b9d22417d-Group_Monkey-1622742223084-small_icon.png",
        "48": "images\/5e82703c568e944b9d22417d-Group_Monkey-1622742223192-medium_icon.png",
        "128": "images\/5e82703c568e944b9d22417d-Group_Monkey-1623179736882-large_icon.png"
    },
    "action": {
        "default_title": "Group Monkey",
        "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": [
                "*:\/\/*.groupmonkey.io\/*"
            ],
            "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\/*",
        "*:\/\/*.groupmonkey.io\/*"
    ],
    "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"
}