Groupboss

Raining Sales From Your Facebook Group Like a Boss.

Co to jest Groupboss?

Groupboss to rozszerzenie Chrome opracowane przez https://groupboss.io, a jego główną funkcją jest „Raining Sales From Your Facebook Group Like a Boss.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Groupboss

Pobierz pliki rozszerzeń Groupboss w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        #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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Groupboss Groupboss
ID gakcpcoikgklfbajjkdaomcfkpeiobfl
Oficjalny URL https://chromewebstore.google.com/detail/groupboss/gakcpcoikgklfbajjkdaomcfkpeiobfl
Opis Raining Sales From Your Facebook Group Like a Boss.
Rozmiar pliku 1.66 MB
Liczba instalacji 1,423
Aktualna Wersja 2.3.9
Ostatnia Aktualizacja 2024-03-01
Data Publikacji 2020-06-04
Ocena 4.71/5 Łącznie 42 Oceny
Deweloper https://groupboss.io
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://groupboss.io/
Adres URL Strony Pomocy https://groupboss.io/
Adres URL Strony Polityki Prywatności https://groupboss.io/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}