HelloHostess: Welcome Facebook™ Group Members

How To Save Time Managing The Admin Side Of Running A Facebook Group + Tagging New Members to Your Welcome Post

¿Qué es HelloHostess: Welcome Facebook™ Group Members?

HelloHostess: Welcome Facebook™ Group Members es una extensión de Chrome desarrollada por https://hellohostess.co, y su función principal es "How To Save Time Managing The Admin Side Of Running A Facebook Group + Tagging New Members to Your Welcome Post".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión HelloHostess: Welcome Facebook™ Group Members

Descarga archivos de extensión HelloHostess: Welcome Facebook™ Group Members en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Imagine if you could automate the welcome process of tagging new Facebook™ Group members in your welcome post with the click of a button.

Well now you can…Introducing HelloHostess!

HelloHostess lets you automate the welcome process of tagging new members in your chosen welcome post by clicking a single button and letting the software do the work for you!

So much easier than having to do it yourself or outsource to a virtual assistant.
With HelloHostess you don't need to:
- Make manual lists of new members to tag
- Pay an assistant to complete the same task every day
- Or Worry that a new member is going to slip through the cracks

Instead:
- Install the Extension
- Choose your welcome post
- Add 5 welcome comment options (can include emojis!)
- Click to approve your new members
- And HelloHostess Automatically Welcomes Them into Your Community

What are you waiting for? Click the link to start saving time and money managing your growing community.                    

Información Básica de la Extensión

Nombre HelloHostess: Welcome Facebook™ Group Members HelloHostess: Welcome Facebook™ Group Members
ID mgcjihlfinbhejfpccajgeddnklnpclk
URL Oficial https://chrome.google.com/webstore/detail/hellohostess-welcome-face/mgcjihlfinbhejfpccajgeddnklnpclk
Descripción How To Save Time Managing The Admin Side Of Running A Facebook Group + Tagging New Members to Your Welcome Post
Tamaño del Archivo 1.15 MB
Cantidad de Instalaciones 29
Versión Actual 1.0.0
Última Actualización 2022-03-07
Fecha de Publicación 2020-05-17
Desarrollador https://hellohostess.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.hellohostess.co
URL de la Página de Ayuda http://www.hellohostess.co
URL de la Página de Política de Privacidad https://www.freedomfunnels.co/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "How To Save Time Managing The Admin Side Of Running A Facebook Group + Tagging New Members to Your Welcome Post",
    "version": "1.0.0",
    "name": "HelloHostess: Welcome Facebook\u2122 Group Members",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon2.png"
    },
    "icons": {
        "128": "icon2.png"
    },
    "options_ui": [
        {
            "page": ".\/newtab.html",
            "open_in_tab": true
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "background",
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon.png",
        "icon2.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}