Client Invite

Client Invite Automatically Grows Your Facebook Group & Pages With Friend Invites

Client Invite क्या है?

Client Invite https://scalingwithautomations.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Client Invite Automatically Grows Your Facebook Group & Pages With Friend Invites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Client Invite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        👉 THIS IS A PAID APP - PLEASE PURCHASE ACCESS FROM YOUR RESELLER 👈

Client Invite Automatically Grows Your Facebook Group & Pages With Friend Invites

Growing a group or a page is critical to your online success however, it can often be time consuming by manually selecting who to invite.

Now with Client Invite, you can finally stop wasting your valuable time!

Save time by automating invites to your friends to like or join your group with just a click of a button.   

Once the invite is sent, Client Invite will also automatically message the person invited with a personalized message to let them know.  

Start growing your online presence with Client Invite now!                    

एक्सटेंशन की मूल जानकारी

नाम Client Invite Client Invite
ID nfolniejdljhmejfpjkjhpfpfhnjffja
आधिकारिक URL https://chromewebstore.google.com/detail/client-invite/nfolniejdljhmejfpjkjhpfpfhnjffja
विवरण Client Invite Automatically Grows Your Facebook Group & Pages With Friend Invites
फ़ाइल का आकार 1.59 MB
स्थापना संख्या 279
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2023-12-27
प्रकाशन तिथि 2022-06-28
डेवलपर https://scalingwithautomations.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.scalingwithautomations.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Client Invite",
    "description": "Client Invite Automatically Grows Your Facebook Group & Pages With Friend Invites",
    "version": "1.4.2",
    "icons": {
        "16": "images\/60a4e857c27a7e5a7784aaca-Client_Invite-1655092930283-small_icon.png",
        "48": "images\/60a4e857c27a7e5a7784aaca-Client_Invite-1655092930407-medium_icon.png",
        "128": "images\/60a4e857c27a7e5a7784aaca-Client_Invite-1655092930480-large_icon.png"
    },
    "action": {
        "default_title": "Client Invite",
        "default_popup": "dashboard.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "lib\/toastr.min.js",
                "lib\/moment.min.js",
                "js\/config.bundle.js",
                "js\/fb_invite_automation.bundle.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/invite_inj.css",
                "css\/toastr.min.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "*:\/\/*.kyubi.io\/api\/*",
        "*:\/\/*.justinvite.io\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
        "content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "short_name": "CI"
}