ClientGenie

ClientGenie Makes It Fast & Easy To Generate Qualified Leads, Convert Your Leads Into Red Hot Conversions On Facebook™

What is ClientGenie?

ClientGenie is a Chrome extension developed by GroupKit, and its main feature is "ClientGenie Makes It Fast & Easy To Generate Qualified Leads, Convert Your Leads Into Red Hot Conversions On Facebook™".

Extension Screenshots

screenshot

Download ClientGenie Extension CRX File

Download ClientGenie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ClientGenie Makes It Fast & Easy To Generate Qualified Leads, Convert Your Leads Into Red Hot Conversions, And Attract An Endless Stream Of High-Paying Clients On Facebook™                    

Extension Basic Information

Name ClientGenie ClientGenie
ID ffpbbmhoankafcgegegimcjdjjllkigb
Official URL https://chromewebstore.google.com/detail/clientgenie/ffpbbmhoankafcgegegimcjdjjllkigb
Description ClientGenie Makes It Fast & Easy To Generate Qualified Leads, Convert Your Leads Into Red Hot Conversions On Facebook™
File Size 249 KB
Installation Count 67
Current Version 0.6.0
Last Updated 2024-02-09
Publish Date 2023-10-05
Developer GroupKit
Email [email protected]
Payment Type free
Privacy Policy Page URL https://groupkit.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ClientGenie",
    "version": "0.6.0",
    "description": "ClientGenie Makes It Fast & Easy To Generate Qualified Leads, Convert Your Leads Into Red Hot Conversions On Facebook\u2122",
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/clientgenie.stage.guaranteed.site\/*",
        "https:\/\/app.clientgenie.ai\/*",
        "http:\/\/127.0.0.1:8000\/*"
    ],
    "content_scripts": [
        {
            "-comment-": "************* Facebook specific JS files ****************",
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "scripts\/create-post.js"
            ]
        },
        {
            "-comment-": "************* Specific JS and CSS files ****************",
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "http:\/\/localhost:8000\/*",
                "http:\/\/127.0.0.1:8000\/*",
                "https:\/\/clientgenie.stage.guaranteed.site\/*",
                "https:\/\/app.clientgenie.ai\/*"
            ],
            "js": [
                "scripts\/globals.js",
                "scripts\/shared.js",
                "scripts\/progress-bar.js",
                "scripts\/send-friend-request.js",
                "scripts\/scan-friends-list.js",
                "scripts\/like-love-post.js",
                "scripts\/unfriend-request.js",
                "scripts\/scan-friends-activity.js",
                "scripts\/reply-to-comment.js",
                "scripts\/listener.js",
                "scripts\/group-members.js",
                "lib\/js\/jquery-3.2.1.min.js",
                "scripts\/load-ui-html.js",
                "scripts\/scraper.js"
            ],
            "run_at": "document_end"
        },
        {
            "-comment-": "************* Aweber JS and CSS files ****************",
            "matches": [
                "https:\/\/auth.aweber.com\/oauth2\/result*"
            ],
            "js": [
                "scripts\/globals.js",
                "scripts\/aweber-login.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "http:\/\/127.0.0.1:8000\/*",
            "https:\/\/clientgenie.stage.guaranteed.site\/*",
            "https:\/\/app.clientgenie.ai\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "scripting",
        "cookies",
        "debugger",
        "storage"
    ]
}