GroupsTag

Create group tags for your favorite people

什麼是GroupsTag?

GroupsTag是由https://groupstag.com開發的Chrome擴展程式,該擴展的主要功能是“Create group tags for your favorite people”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載GroupsTag擴展crx文件

下載GroupsTag擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Use GroupsTag™ to Create Raving Fans, Followers, and Buyers On All Live Videos & Posts Inside Your Facebook Groups.

GroupsTag™ is used in Facebook groups to allow Facebook group Admins and Moderators to create Tag Lists within a Facebook group.  

Users can add up to 50 Facebook group members to each Tag List.  A Facebook group can have an unlimited number of Tag Lists.  

An example Tag List might be {{Nov21 Members}} to identify all group members that joined the Facebook group in November 2021.  

From this Tag List users can tag all group members of the Tag List at one time using {{Nov21 Members}} in the comments of any post.  

The Tag List group members will then get a notification from Facebook about the post. 
____________________

Benefit #1
No more tagging people one at a time on your Facebook live videos and posts.

Benefit #2
More engagement on your posts in your Facebook group.

Benefit #3
More people showing up to your live videos in your Facebook group.
____________________

Here's How GroupsTag™ Helps You Stay Connected With Your Group Members...

Step 1: Install The GroupsTag™ Chrome Extension
You'll receive a link in your email to install the GroupsTag™ extension into your Chrome browser.  It's as simple as clicking one button and then logging in with the email you purchased with!

Step 2: Sync all your groups and Create your Tag Lists inside of GroupsTag™ 
Once you load GroupsTag™ you will be able to sync up all groups where you are the admin in one place.  Then you can create Tag Lists for your groups.

Step 3: In Facebook, add group members to your GroupsTag™ Tag Lists
Once your Tag Lists are created for your Facebook group you can add group members to your list with just one click.
____________________

GroupsTag™ will help you get more people to see your offers because they will get a Facebook notification about your post or live. 

And unlike normal tagging it won't show up on page or their news feed.

It'll save you from spending time and money tagging group members one at a time on your live videos and posts. 

It'll let you sell more of your offers and you can truly be present during your live without worrying about who's showing up.
 
Most importantly, it'll help you amplify your results and get better participation from your Facebook group. 

And you know what makes this even better?... 

You'll be able to start seeing results immediately as soon as you start using the software.                    

擴展基本資訊

名稱 GroupsTag GroupsTag
ID bcnldankcojlhpfdnpbaddcjmkilhcio
官方網址 https://chromewebstore.google.com/detail/groupstag/bcnldankcojlhpfdnpbaddcjmkilhcio
簡介 Create group tags for your favorite people
檔案大小 379 KB
安裝次數 109
目前版本 0.6.9
更新時間 2023-03-26
上架時間 2021-12-13
評分 3.67/5 共 3 次評分
開發者 https://groupstag.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.groupstag.com/groupstag-landing-pagepfkfk5rq
說明頁面URL https://successwithcecelia.com/contactme/
隱私政策頁面URL https://successwithcecelia.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GroupsTag",
    "description": "Create group tags for your favorite people",
    "version": "0.6.9",
    "manifest_version": 3,
    "author": "Mohammad Apel Mahmod ",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/groups\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "action": [],
    "options_page": "option.html",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "webRequest",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "*:\/\/aw6ltfk4rd.execute-api.us-east-1.amazonaws.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}