Groupboss

Raining Sales From Your Facebook Group Like a Boss.

Groupbossとは何ですか?

Groupbossはhttps://groupboss.ioによって開発されたChromeの拡張機能で、その主な機能は「Raining Sales From Your Facebook Group Like a Boss.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Groupboss拡張機能のCRXファイルをダウンロード

Groupboss拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Groupboss Groupboss
ID gakcpcoikgklfbajjkdaomcfkpeiobfl
公式URL https://chromewebstore.google.com/detail/groupboss/gakcpcoikgklfbajjkdaomcfkpeiobfl
説明 Raining Sales From Your Facebook Group Like a Boss.
ファイルサイズ 1.66 MB
インストール数 1,423
現在のバージョン 2.3.9
最終更新日 2024-03-01
公開日 2020-06-04
評価 4.71/5 合計 42 レビュー
開発者 https://groupboss.io
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://groupboss.io/
ヘルプページのURL https://groupboss.io/
プライバシーポリシーページのURL https://groupboss.io/privacy-policy
対応言語 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"
            ]
        }
    ]
}