Active Group Users

Find the MOST ACTIVE people so you can help them go from cold prospects to buyers FAST!

Active Group Users là gì?

Active Group Users là một tiện ích mở rộng Chrome được phát triển bởi https://www.activegroupusers.com, và tính năng chính của nó là "Find the MOST ACTIVE people so you can help them go from cold prospects to buyers FAST!".

Ả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 Active Group Users

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

                        TAKE BACK YOUR TIME FROM FACEBOOK!

Active Group Users is a revolutionary new Software that helps SAVE YOUR VALUABLE TIME by eliminating your wasted time finding the right people to engage with for you!

...so you can focus on creating the right content and attract the right people to your offers

... and MAKE MORE SALES!

Active Group Users will:

- Find the active users in the groups you choose.
- Give you a list of their profile links so you can engage with their posts.
- Keep track of who's profile you visited before.
- Tell you how long ago it was you visited them.
- Allow you to enter notes against their profiles for future reference.
- Easily show who is most active in the groups by how many comments they leave.
- Include the link to the post they commented on as well as their comment.

Imagine doing all that manually!

With Active Group Users, you'll regain your valuable time and focus on what really matters - spending time doing things you love with your family - and GETTING MORE SALES!                    

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

Tên Active Group Users Active Group Users
ID moeikogeobbcmheckflepdogdjdcahfk
URL Chính Thức https://chromewebstore.google.com/detail/active-group-users/moeikogeobbcmheckflepdogdjdcahfk
Mô tả Find the MOST ACTIVE people so you can help them go from cold prospects to buyers FAST!
Kích Thước Tệp 239 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 4.8.1
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2021-10-24
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.activegroupusers.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.activegroupusers.com/
URL Trang Trợ Giúp https://www.activegroupusers.com/support/
URL Trang Chính Sách Bảo Mật https://www.socialpromanager.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Active Group Users",
    "version": "4.8.1",
    "description": "Find the MOST ACTIVE people so you can help them go from cold prospects to buyers FAST!",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "64": "\/images\/logo64.png",
        "128": "\/images\/logo128.png"
    },
    "permissions": [
        "storage",
        "background",
        "alarms",
        "power",
        "background",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/www.facebook.com\/forced_account_switch*"
            ],
            "js": [
                "functions.js",
                "content_script.js",
                "core\/jquery-3.6.0.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "functions.js",
                "fbprofilecheck.js",
                "core\/jquery-3.6.0.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/groups\/*"
            ],
            "js": [
                "functions.js",
                "groupcheck.js",
                "core\/jquery-3.6.0.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.activegroupusers.com\/*"
            ],
            "js": [
                "functions.js",
                "activegroupusers.js",
                "core\/jquery-3.6.0.min.js"
            ]
        }
    ]
}