ClientGenie

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

ClientGenieคืออะไร?

ClientGenie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GroupKit และคุณลักษณะหลักของมันคือ "ClientGenie Makes It Fast & Easy To Generate Qualified Leads, Convert Your Leads Into Red Hot Conversions On Facebook™"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClientGenie

ดาวน์โหลดไฟล์ส่วนขยาย ClientGenie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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™                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ClientGenie ClientGenie
ID ffpbbmhoankafcgegegimcjdjjllkigb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clientgenie/ffpbbmhoankafcgegegimcjdjjllkigb
คำอธิบาย ClientGenie Makes It Fast & Easy To Generate Qualified Leads, Convert Your Leads Into Red Hot Conversions On Facebook™
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 0.6.0
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2023-10-05
ผู้พัฒนา GroupKit
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://groupkit.com/privacy
ภาษาที่รองรับ 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"
    ]
}