Group Invite Manager

Group Invite Manager allows you to send message and reminder to your entire Facebook group invites in just one click

Group Invite Manager là gì?

Group Invite Manager là một tiện ích mở rộng Chrome được phát triển bởi groupinvitemanager, và tính năng chính của nó là "Group Invite Manager allows you to send message and reminder to your entire Facebook group invites in just one click".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Group Invite Manager 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 Invite Manager allows you send customized bulk messages and reminders to all your Facebook group invites in just 1 click.

Once you've installed Group Invite Manager chrome extension properly, you go to the invites page of the Facebook group of your choice the open the extension in your chrome browser extensions tap then select Group Invite Manager to open, You can either send bulk messages or invites.

The extension scans through your Facebook group invites and let's you send a pre-composed message to all of the group invites. Group Invite Manager also allows you to create templates to send later or keep them for different groups or different case scenarios.

To ensure you don't get flagged or banned by Facebook, Group Invite Manager also lets you customize the delay and limit for your bulk messages and reminders.

Group Invite Manager also allows you send bulk reminders to you group invites that are yet to accept your group invitation.

Get started today! Install Group Invite Manager from the Google Chrome store.

Disclaimer: Group Invite Manager is not affiliated to Facebook in any way of form.                    

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

Tên Group Invite Manager Group Invite Manager
ID jfmfpcndafckhgcnfpldefcckofiifmf
URL Chính Thức https://chromewebstore.google.com/detail/group-invite-manager/jfmfpcndafckhgcnfpldefcckofiifmf
Mô tả Group Invite Manager allows you to send message and reminder to your entire Facebook group invites in just one click
Kích Thước Tệp 1.86 MB
Số Lần Cài Đặt 519
Phiên Bản Hiện Tại 2.0.6
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2021-07-30
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển groupinvitemanager
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://groupinvitemanager.com/
URL Trang Trợ Giúp https://docs.groupinvitemanager.com
URL Trang Chính Sách Bảo Mật https://groupinvitemanager.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Group Invite Manager",
    "short_name": "Group Invite Manager",
    "version": "2.0.6",
    "description": "Group Invite Manager allows you to send message and reminder to your entire Facebook group invites in just one click",
    "background": {
        "service_worker": "assets\/background\/bg-loader.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "Group Invite Manager",
        "default_popup": "\/index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.api.groupinvitemanager.com\/api\/*",
        "*:\/\/*.messenger.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.4.1.min.js",
                "\/config.js",
                "\/assets\/js\/content_script.js"
            ],
            "css": [
                "\/assets\/css\/contentScript.css",
                "\/assets\/css\/progress_bar.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}