Groupboss

Raining Sales From Your Facebook Group Like a Boss.

Co je Groupboss?

Groupboss je rozšíření Chrome vyvinuté https://groupboss.io, a jeho hlavní funkcí je „Raining Sales From Your Facebook Group Like a Boss.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Groupboss

Stáhněte si soubory rozšíření Groupboss ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Groupboss Groupboss
ID gakcpcoikgklfbajjkdaomcfkpeiobfl
Oficiální URL https://chromewebstore.google.com/detail/groupboss/gakcpcoikgklfbajjkdaomcfkpeiobfl
Popis Raining Sales From Your Facebook Group Like a Boss.
Velikost souboru 1.66 MB
Počet instalací 1,423
Aktuální Verze 2.3.9
Poslední Aktualizace 2024-03-01
Datum Vydání 2020-06-04
Hodnocení 4.71/5 Celkem 42 Hodnocení
Vývojář https://groupboss.io
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://groupboss.io/
URL Stránky Nápovědy https://groupboss.io/
URL Stránky Zásad Ochrany Soukromí https://groupboss.io/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}