Get GroupLeads

Turn your Facebook group members into leads!

什么是Get GroupLeads?

Get GroupLeads是由Get GroupLeads开发的Chrome扩展程序,该扩展的主要功能是“Turn your Facebook group members into leads!”。

扩展截图

screenshot
screenshot
screenshot

下载Get GroupLeads扩展crx文件

下载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"
            ]
        }
    ]
}