GroupKit Cloud

GroupKit allows you to make more money from your group with less time and effort.

Co je GroupKit Cloud?

GroupKit Cloud je rozšíření Chrome vyvinuté https://groupkit.com, a jeho hlavní funkcí je „GroupKit allows you to make more money from your group with less time and effort.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GroupKit Cloud

Stáhněte si soubory rozšíření GroupKit Cloud 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í

                        "Transform your group into a high powered, revenue-generating machine..."

With just 1-click GroupKit collects emails from your group members & helps you convert them into paying customers with our group technology.

Why Does Your Group Need GroupKit?

3 reasons why you should add GroupKit to Your group today...

#1- No more copy/pasting, Google Sheets, or clunky tech needed. In a single click, GroupKit automatically collects & uploads new member email addresses into the autoresponder of your choice.

#2- GroupKit is the first group CRM technology to track each group member’s pre approval questions, manage their data for follow up, & 1-click engage members directly inside their Messenger on demand. 

#3- Take your profits to the next level with precise re-targeting. GroupKit creates *accurate*, custom, & lookalike audiences based on each group member giving you the best ROI with paid ads. 

GroupKit was created by top marketers who have mastered the art of making millions from groups, by combining technology & direct response strategy. 

The ultimate mission behind GroupKit is to simplify your life, save you hours per week in tedious work, & help you make a lot more money per new member who joins your group. 

Which is why GroupKit is created on the backbone of our proprietary group CRM technology allowing you to easily track & manage exactly where each group member is inside your sales process - including tools like member bios, ‘keyword’ tagging specific members, adding personal notes , 1-click shortcut to Messenger chats, & more.

As group owners ourselves, we know GroupKit is so good, that once you begin using it, you'll never want to stop using it! So start your free 14-day trial today.

Disclaimer: GroupKit has no affiliations with the popular social network website Facebook™. All copyrights belong to their respective owners. Facebook™ doesn’t endorse or sponsor this Chrome extension. This Chrome extension is not owned by, is not licensed by and is not a subsidiary of Facebook Inc. Facebook, the Facebook and F Logos, FB, Face, Poke, Book, Messenger and Wall are trademark of Facebook Inc. The content of this Chrome extension is not supplied or reviewed by Facebook Inc. All articles, images, logos and trademarks in this Chrome extension are property of their respective owners.                    

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

Název GroupKit Cloud GroupKit Cloud
ID pblenjbopecfgkmkmkepboncibolhabk
Oficiální URL https://chromewebstore.google.com/detail/groupkit-cloud/pblenjbopecfgkmkmkepboncibolhabk
Popis GroupKit allows you to make more money from your group with less time and effort.
Velikost souboru 1.58 MB
Počet instalací 4,832
Aktuální Verze 2.2.1
Poslední Aktualizace 2024-01-31
Datum Vydání 2020-12-09
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://groupkit.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://groupkit.com/
URL Stránky Nápovědy https://support.groupkit.com/
URL Stránky Zásad Ochrany Soukromí https://groupkit.com/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GroupKit Cloud",
    "version": "2.2.1",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "description": "GroupKit allows you to make more money from your group with less time and effort.",
    "short_name": "GroupKit",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "GroupKit Cloud - Facebook\u2122 Group CRM",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "-comment-": "************* Globally used JS and CSS files ****************",
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "https:\/\/*.groupkit.com\/*",
                "http:\/\/127.0.0.1:8000\/*",
                "https:\/\/*.guaranteed.dev\/*"
            ],
            "js": [
                "config.json.js",
                "global.js",
                "lib\/js\/axios.min.js",
                "lib\/js\/jquery-3.2.1.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "-comment-": "************* Facebook specific JS and CSS files ****************",
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "config.json.js",
                "lib\/js\/bugsnag.min.js",
                "init-bugsnag.js",
                "lib\/js\/jquery-3.2.1.min.js",
                "lib\/js\/jquery-confirm.min.js",
                "content\/load-ui-html.js",
                "content\/facebook-ui.js",
                "content\/scraper.js",
                "content\/create-post.js"
            ],
            "css": [
                "lib\/css\/jquery-confirm.min.css",
                "lib\/css\/jconfirmcustom.css"
            ],
            "run_at": "document_end"
        },
        {
            "-comment-": "************* Aweber JS and CSS files ****************",
            "matches": [
                "https:\/\/auth.aweber.com\/oauth2\/result*"
            ],
            "js": [
                "global.js",
                "content\/aweber_login.js"
            ],
            "run_at": "document_end"
        },
        {
            "-comment-": "************* Groupkit Cloud specific JS and CSS files ****************",
            "matches": [
                "https:\/\/*.groupkit.com\/*",
                "http:\/\/127.0.0.1:8000\/*",
                "https:\/\/*.guaranteed.dev\/*"
            ],
            "js": [
                "background\/cloud.js",
                "content\/sender.js",
                "content\/scraper.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "lib\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "iframe\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*"
    ]
}