Group Convert Ext

Get member information and question answers when approving user

Was ist Group Convert Ext?

Group Convert Ext ist eine Chrome-Erweiterung, die von https://groupconvert.com entwickelt wurde, und ihr Hauptmerkmal ist "Get member information and question answers when approving user".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Group Convert Ext-Erweiterungs-CRX-Datei herunterladen

Laden Sie Group Convert Ext-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        GroupConvert allows you to save time as well as generate income from your Facebook™ group by allowing you to communicate with your members as soon as they enter your group.

7 reasons why you should add GroupConvert to Your group today...

#1 - This extension works for the NEW and classic layouts of Facebook™.

#2- Automatically Approve Members based on if they answered 3 questions you ask as they enter (without having to manually approve members yourself).

#3 - Automatically grab the data and push to your google sheet (without you needing to manually push that data).

#4 - Download data to a CSV if you want to save it locally in your computer.

#5 - We have a large community with free training to grow and monetize from your group!  We offer training on a weekly if not bi-monthly basis on how to convert your passive members into active raving fans.

#6 - This is not just a chrome extension, you get access to Monday-Friday 7am-4pm Pst Support.  We offer DONE FOR YOU installations A to Z.  We have a year long program where we help you automate your group and sell out your offers as well.

#7 - New Message Feature which allows you to automatically send a welcome message to the new members you accept into your Group.

-------------
GroupConvert is a Chrome Extension that enables you to capture Group leads and send them to your email autoresponder through a google sheet.

This extension does not violate GDPR rules since we are explicitly asking for permission to send group members an email when they provide their email upon entrance to the group via answering group questions.

Disclaimer: GroupConvert has no affiliations, is not endorsed or sponsored by the popular social network website Facebook™. All copyrights belong to their respective owners. This Chrome extension is not owned by, is not licensed by and is not a subsidiary of the popular social network website Facebook™.  All articles, images, logos and trademarks in this Chrome extension are property of their respective owners.                    

Grundlegende Informationen zur Erweiterung

Name Group Convert Ext Group Convert Ext
ID hmfojimmcgpkcploafgmaofmhhcadgdh
Offizielle URL https://chromewebstore.google.com/detail/group-convert-ext/hmfojimmcgpkcploafgmaofmhhcadgdh
Beschreibung Get member information and question answers when approving user
Dateigröße 564 KB
Installationsanzahl 5,069
Aktuelle Version 11.1.5
Letztes Update 2024-02-23
Veröffentlichungsdatum 2020-07-02
Bewertung 4.97/5 Insgesamt 60 Bewertungen
Entwickler https://groupconvert.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.groupconvert.com
Hilfeseite URL https://support.kimcdang.com
URL der Datenschutzrichtlinien-Seite https://www.groupconvert.com/privacy24428578
Unterstützte Sprachen en
manifest.json
{
    "manifest_version": 3,
    "name": "Group Convert Ext",
    "version": "11.1.5",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "new-popup.html",
        "default_title": "Group Convert Ext"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "lib\/sweetalert2.css",
                "main.css"
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "lib\/sweetalert.min.js",
                "text.js",
                "main.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*\/*\/requests\/",
                "*:\/\/*.facebook.com\/*\/*\/requests",
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Get member information and question answers when approving user",
    "externally_connectable": {
        "matches": [
            "*:\/\/groupconvert.com\/*",
            "http:\/\/localhost:8888\/*"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email",
        "windows"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*.facebook.com\/*"
    ],
    "options_ui": {
        "page": "dataListExt.html",
        "open_in_tab": true
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAthgXQEnzZBuFittkLga9zeM9rRq2uNcSedHyfXEushtLILsdpbV40jn8caIYLPtZA6oFN+1CRxK565SCYT\/k9Kau9NMz1HmEcFRJ5SGILGFfu1bAzOTyWWrD+5G3nd6kykDpmkjWmgSpvvjMeh\/eiEPpjzMwZjz\/YTE1DP008VV7Q1LGtoqDd7594em\/1ReSLAn4eZkS4Plm2jH0u+Tj+xO2juIVoLLw6pOOVan6BIa1fRgNbG\/MRjPGd18FnwqpytX3UE6CDxyQ7NilhJyCDjg9GaY\/CJfBUjkgpaBaaGDLlC6YC\/80XX\/SH3EXIRb7lyFgSZDCy2mT1D3zKntseQIDAQAB",
    "oauth2": {
        "client_id": "493105353713-t0j551qah0pbo81t768umh3fc2h1tbgj.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "openid",
            "email",
            "profile"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "use_dynamic_url": false
        }
    ]
}