Groupboss

Raining Sales From Your Facebook Group Like a Boss.

Groupboss là gì?

Groupboss là một tiện ích mở rộng Chrome được phát triển bởi https://groupboss.io, và tính năng chính của nó là "Raining Sales From Your Facebook Group Like a Boss.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        #1 Facebook Group Lead Generation Tool for Community Leaders

Groupboss helps the Facebook group owners to collect the answers to the questions asked to the new joining members in a Google Sheet and sync the emails to the email marketing autoresponder with a single click. You can save time by automating this lead generation process. You can use this extra time to focus on your business growth. So, No more copy-pasting & low-level admin tasks. Kudos to Groupboss !!!

Main Features

1. Connects to Google Sheet
2. Integration with popular email marketing autoresponders.
3. Collects data in the dedicated Groupboss dashboard
4. Option to download data from the dashboard in CSV or Excel format.
5. Custom and Lookalike audience creation.


Groupboss Is Suitable For-

1. Coaches who need more clients
2. Content Creators who want more exposures
3. Trainers & Online Course Producers who want to sell more of their courses.
4. Consultants
5. Non-profit projects that need more donations from their groups.
6. E-commerce stores and businesses, which need to create a loyal audience.
7. Stay home mom who wants a side gig helping others by teaching cooking, arts, sewing, creative designs, etc.
8. Community Manager for product or services
9. Software & Support communities for their members to keep them informed & engaged.
10. Any FB group owner & community leader who wants to generate unlimited leads sends occasional email updates. 


Groupboss is not affiliated with Facebook™ or any other social media platform in any way.                    

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

Tên Groupboss Groupboss
ID gakcpcoikgklfbajjkdaomcfkpeiobfl
URL Chính Thức https://chromewebstore.google.com/detail/groupboss/gakcpcoikgklfbajjkdaomcfkpeiobfl
Mô tả Raining Sales From Your Facebook Group Like a Boss.
Kích Thước Tệp 1.66 MB
Số Lần Cài Đặt 1,423
Phiên Bản Hiện Tại 2.3.9
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2020-06-04
Đánh Giá 4.71/5 Tổng số 42 Đánh Giá
Nhà Phát Triển https://groupboss.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://groupboss.io/
URL Trang Trợ Giúp https://groupboss.io/
URL Trang Chính Sách Bảo Mật https://groupboss.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "manifest_version": 3,
    "name": "Groupboss",
    "description": "Raining Sales From Your Facebook Group Like a Boss.",
    "version": "2.3.9",
    "author": "groupboss.io",
    "background": {
        "service_worker": "service-worker.js"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Groupboss",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "811474771435-65bk0iud9f713a09v698s6a7oih2g5h3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "assets\/lib\/sweetAlert.js",
                "assets\/lib\/encryptDecrypt.js",
                "assets\/lib\/jquery\/jquery-3.3.1.min.js",
                "assets\/lib\/lodash.min.js",
                "assets\/lib\/fileSaver.js",
                "assets\/lib\/notify.min.js",
                "assets\/lib\/loadingoverlay.min.js",
                "content\/utils\/helpers.js",
                "content\/utils\/newcont.js",
                "content\/utils\/approveAll.js",
                "content\/utils\/scrollcontent.js",
                "content\/utils\/config.js"
            ],
            "css": [
                "assets\/css\/app\/button.css",
                "assets\/css\/lib\/three-dots.min.css"
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/groupbossIcons\/icon.png",
        "default_popup": "dashboard.html",
        "default_title": "Groupboss"
    },
    "icons": {
        "16": "assets\/groupbossIcons\/icon16.png",
        "48": "assets\/groupbossIcons\/icon48.png",
        "128": "assets\/groupbossIcons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "identity",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.mailchimp.com\/*",
        "*:\/\/*.api-us1.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.groupboss.io\/*",
        "*:\/\/*.cloudflare.com\/*",
        "*:\/\/apis.google.com\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.googleapis.com\/*"
    ],
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [
                ""
            ],
            "resources": [
                "assets\/groupbossIcons\/icon48.png"
            ]
        }
    ]
}