GroupKii™

GroupKii™

GroupKii™ क्या है?

GroupKii™ https://groupkii.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GroupKii™"।

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

screenshot
screenshot
screenshot

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

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

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

                        GroupKii™ makes it easier for you to manage your Facebook group members the way you want, with a simple and intuitive interface that is easy to use.

✅ Automatically Approve Member Requests

✅ Automatically Send Welcome Messages

✅ Automatically Post Welcome Posts inside your Groups

✅ Automatically Push Answered Questions to your Google Sheets and to your CRM

and more                    

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

नाम GroupKii™ GroupKii™
ID cppiiefoemnaoblfnfcjnchldnnpfphd
आधिकारिक URL https://chromewebstore.google.com/detail/groupkii/cppiiefoemnaoblfnfcjnchldnnpfphd
विवरण GroupKii™
फ़ाइल का आकार 2.06 MB
स्थापना संख्या 327
वर्तमान संस्करण 2.0.12
अंतिम अपडेट 2023-10-17
प्रकाशन तिथि 2022-05-10
डेवलपर https://groupkii.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://groupkii.com/purchase
सहायता पृष्ठ URL https://elmlink.co/support
गोपनीयता नीति पृष्ठ URL https://cloudki.io/privacy_policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GroupKii\u2122",
    "description": "GroupKii\u2122",
    "version": "2.0.12",
    "action": {
        "default_title": "GroupKii\u2122",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/icons\/favicon.png",
        "48": "\/images\/icons\/favicon.png",
        "128": "\/images\/icons\/favicon.png"
    },
    "oauth2": {
        "client_id": "746505003400-q84lchahcmbu8d0ffflmrso20e427nm1.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile",
            "openid",
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/m.facebook.com\/groups\/*",
                "https:\/\/www.messenger.com\/t*?action=*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/utils.js",
                ".\/library\/scripts\/jquery.min.js",
                ".\/js\/core.js",
                ".\/library\/scripts\/moment.js",
                ".\/library\/scripts\/simpleNotify.js",
                ".\/js\/contentFunctions.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/library\/style\/simpleNotifyStyle.css",
                ".\/css\/loader.css",
                ".\/css\/content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background-worker.js"
    },
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.messenger.com\/*",
        "https:\/\/i.imgur.com\/*",
        "https:\/\/groupkii.cloudki.io\/*",
        "http:\/\/localhost:5002\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "declarativeNetRequest",
        "clipboardRead",
        "identity",
        "identity.email"
    ]
}