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

HelloHostess: Welcome Facebook™ Group Members là gì?

HelloHostess: Welcome Facebook™ Group Members là một tiện ích mở rộng Chrome được phát triển bởi https://hellohostess.co, và tính năng chính của nó là "How To Save Time Managing The Admin Side Of Running A Facebook Group + Tagging New Members to Your Welcome Post".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HelloHostess: Welcome Facebook™ Group Members

Tải xuống các tệp mở rộng HelloHostess: Welcome Facebook™ Group Members dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HelloHostess: Welcome Facebook™ Group Members HelloHostess: Welcome Facebook™ Group Members
ID mgcjihlfinbhejfpccajgeddnklnpclk
URL Chính Thức https://chrome.google.com/webstore/detail/hellohostess-welcome-face/mgcjihlfinbhejfpccajgeddnklnpclk
Mô tả How To Save Time Managing The Admin Side Of Running A Facebook Group + Tagging New Members to Your Welcome Post
Kích Thước Tệp 1.15 MB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-03-07
Ngày Phát Hành 2020-05-17
Nhà Phát Triển https://hellohostess.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.hellohostess.co
URL Trang Trợ Giúp http://www.hellohostess.co
URL Trang Chính Sách Bảo Mật https://www.freedomfunnels.co/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}