Groupboss

Raining Sales From Your Facebook Group Like a Boss.

Hvad er Groupboss?

Groupboss er en Chrome-udvidelse udviklet af https://groupboss.io, og dens hovedfunktion er "Raining Sales From Your Facebook Group Like a Boss.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Groupboss-udvidelses-CRX-fil

Download Groupboss-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Groupboss Groupboss
ID gakcpcoikgklfbajjkdaomcfkpeiobfl
Officiel URL https://chromewebstore.google.com/detail/groupboss/gakcpcoikgklfbajjkdaomcfkpeiobfl
Beskrivelse Raining Sales From Your Facebook Group Like a Boss.
Filstørrelse 1.66 MB
Antal Installationer 1,423
Nuværende Version 2.3.9
Senest Opdateret 2024-03-01
Udgivelsesdato 2020-06-04
Bedømmelse 4.71/5 Samlet 42 Bedømmelser
Udvikler https://groupboss.io
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://groupboss.io/
Hjælpeside-URL https://groupboss.io/
URL til Fortrolighedspolitik Side https://groupboss.io/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}