Get GroupLeads

Turn your Facebook group members into leads!

Τι είναι το Get GroupLeads;

Το Get GroupLeads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Get GroupLeads, και η κύρια λειτουργία του είναι "Turn your Facebook group members into leads!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Get GroupLeads

Λήψη αρχείων επέκτασης Get GroupLeads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With Get GroupLeads, now you can easily turn your Facebook group members into leads in your CRM with a direct integration to REI Software or Google Sheets. Then you can use Zapier to integrate with your favorite CRM.

You can also create message templates and tags to manage your Facebook Messenger communications. Tag each person in your Messenger with a color coded tag and then send them a message from any templates you create.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Get GroupLeads Get GroupLeads
ID ccmnlkdeciiaacnbnlgenjhoeoeplcoo
Επίσημο URL https://chromewebstore.google.com/detail/get-groupleads/ccmnlkdeciiaacnbnlgenjhoeoeplcoo
Περιγραφή Turn your Facebook group members into leads!
Μέγεθος Αρχείου 12.61 MB
Αριθμός Εγκαταστάσεων 159
Τρέχουσα Έκδοση 7.4
Τελευταία Ενημέρωση 2024-02-06
Ημερομηνία Δημοσίευσης 2021-07-14
Προγραμματιστής Get GroupLeads
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://getgroupleads.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://getgroupleads.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://getgroupleads.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": "bck.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "contentScript.css",
                "src\/content.css",
                "styles\/tailwind.min.css",
                "static\/multiselect\/css\/style.css",
                "inject-helper\/css\/toastify.min.css",
                "inject-helper\/css\/emoji.css",
                "inject-helper\/css\/map.min.css",
                "inject-helper\/css\/speed.min.css",
                "inject-helper\/css\/common.css",
                "css\/popup.css"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "env.js",
                "content.js",
                "fbscript.js",
                "src\/groupcontent.js",
                "src\/utilscontent.js",
                "static\/multiselect\/js\/script.js",
                "inject-helper\/js\/jquery-3.1.0.min.js",
                "inject-helper\/js\/arrive.js",
                "inject-helper\/js\/config.js",
                "inject-helper\/js\/util.js",
                "inject-helper\/js\/jquery.emojiarea.js",
                "inject-helper\/js\/emoji-picker.js",
                "inject-helper\/js\/map.min.js",
                "inject-helper\/js\/speed.min.js",
                "UpdatedContent.js",
                "UpdatedMessagesNew.js",
                "InjectCanned.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/groups\/*\/requests\/",
                "*:\/\/*.facebook.com\/groups\/*\/member-requests",
                "*:\/\/*.facebook.com\/groups\/*\/admin_activites",
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com; object-src 'self';"
    },
    "description": "Turn your Facebook group members into leads!",
    "icons": {
        "128": "logo192.png",
        "16": "logo192.png",
        "48": "logo192.png",
        "512": "logo512.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmgibWPBA2TXlOsfi5WYHKy0wHIlBV8V459oIFhei+2ZDEXqD6ZFFWbVXI4zAJrl33qVCOj3kWA33XfEeNbSVsvFM97HVm8rpuwuohyGVFOozTl7zvRxxCIU9a2ups+NYDXZpgXxqt9m1ihJXiaXTfKWd+OKcdJiOCOw9YBl64BJKEa3OHLQCGoGm1PMSEyl6zROn7P8kEYQcTk13GQIik+9V+ErGRl268fjVKGpMlPSUJt4uea07yYvN+sX2Q2knLta7KQRnWBEfQrblHJtJq4luQpN0xpMQi5i2fH6DGqDuGpXGFAp2NCaGR598\/HhTmLry0U8dMDddxAIvhJI6bQIDAQAB",
    "manifest_version": 3,
    "name": "Get GroupLeads",
    "oauth2": {
        "client_id": "401184799736-7aa2s2hq5g82d16tgpp8jh35r4fft43f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "optional_host_permissions": [
        "*:\/\/facebook.com\/*",
        "*:\/\/www.facebook.com\/*"
    ],
    "permissions": [
        "storage",
        "identity",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "notifications",
        "alarms",
        "declarativeNetRequest",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.4",
    "web_accessible_resources": [
        {
            "matches": [
                "",
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ],
            "resources": [
                "src\/groups\/groups.html",
                "src\/Page\/build\/index.html",
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif",
                "inject-helper\/img\/*.gif",
                "inject-helper\/img\/*.png",
                "inject-helper\/img\/*.svg",
                "inject-helper\/js\/inject.js"
            ]
        }
    ]
}