Groups Pro

Automatically add facebook group members to your autoresponder when they are approved

Groups Pro là gì?

Groups Pro là một tiện ích mở rộng Chrome được phát triển bởi https://groupspro.io, và tính năng chính của nó là "Automatically add facebook group members to your autoresponder when they are approved".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Groups Pro 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

                        Are you a Facebook group owner that needs to automate your email follow up?

Tired of copy-pasting your group members email addresses?

Tried using another chrome extension that needed a custom formatted google sheet and Zapier to get the job done?

274,519 Members approved and counting!

Over 308,598 member data sets sent to autoresponders, Google Sheets, Facebook ads, etc

Groups Pro connects directly with:

- Active Campaign
- Aweber
- Convert Kit 
- Get Response
- ClickFunnels
- HighLevel (white label platforms too)
- SendFox
- InfusionSoft/Keap

You can also send you group members into a Google Sheet and then use your favorite integration tool (Zapier, Pabbly, Integrately, etc...) to send your new members data anywhere you want!

Try Groups Pro today. 

Get a 14-day free trial at GroupsPro.io

Updates:

v2.9.11
 - Participant Request page update 

v2.9.10
 - bug fixes

v2.9.9
- May 21, 2021
- German Added
- Error message when user has incorrect group Id

v2.9.8
- May 21, 2021
- Solved issue with multiple listeners being created on backend
- Reject messages from frontend with no members

v2.9.7
- April 22, 2021
- Added frontend logging around name lookup
- Return response if user is blocked by multiple sign ins.
- Remove Images from possible user links.

v2.9.6
- April 14, 2021
- Fixed answer-question concatenation.

v2.9.5
- April 12, 2021
- Fixed answer concatenation.

v2.9.4
- April 09, 2021
- Add additional check for valid tabs.
- Removed inline javascript on popup menu.

v2.9.3
- April 09, 2021
- Question checks now ignores all non alphanumeric characters.
- Question formatting are preserved to pass back to server.

v2.9.2
- March 25, 2021
- Question checks now ignore casing and white spacing

v2.9.1
- March 22, 2021
- Updated verbiage for failed questions check
- Added function check for all special characters

v2.9.0
- Aweber Integration added.

v2.8.0
- March 15, 2021
- We no longer scrap questions from questions pages. Users will provide the questions in the groups management section.
- Version numbers are now displayed on the popup box.
- Setup guide is now linked to in the popup box.

v2.7.12
- March 09, 2021
- Improved the member recognition for single member runs                    

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

Tên Groups Pro Groups Pro
ID nmpbcamdnjodendgfnnaphlpnbmhefkn
URL Chính Thức https://chromewebstore.google.com/detail/groups-pro/nmpbcamdnjodendgfnnaphlpnbmhefkn
Mô tả Automatically add facebook group members to your autoresponder when they are approved
Kích Thước Tệp 535 KB
Số Lần Cài Đặt 1,145
Phiên Bản Hiện Tại 2.10.1
Cập Nhật Lần Cuối 2022-08-20
Ngày Phát Hành 2020-06-21
Đánh Giá 4.25/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://groupspro.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://groupspro.io
URL Trang Trợ Giúp https://support.groupspro.io
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/sentry.min.js",
            "js\/backgroundHelpers.js",
            "js\/backgroundScraperManager.js",
            "js\/backgroundMessenger.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Groups Pro"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/sentry.min.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/mbasic.facebook.com\/*app=gp*"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/messenger_content_script.js"
            ],
            "matches": [
                "*:\/\/mbasic.facebook.com\/*app=gp*"
            ]
        }
    ],
    "description": "Automatically add facebook group members to your autoresponder when they are approved",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "Groups Pro",
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.groupspro.io\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.facebook.com\/*"
        ]
    },
    "version": "2.10.1"
}