GroupsTag

Create group tags for your favorite people

Wat is GroupsTag?

GroupsTag is een Chrome-extensie ontwikkeld door https://groupstag.com, en de belangrijkste functie is "Create group tags for your favorite people".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GroupsTag

Download GroupsTag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GroupsTag GroupsTag
ID bcnldankcojlhpfdnpbaddcjmkilhcio
Officiële URL https://chromewebstore.google.com/detail/groupstag/bcnldankcojlhpfdnpbaddcjmkilhcio
Beschrijving Create group tags for your favorite people
Bestandsgrootte 379 KB
Aantal Installaties 109
Huidige Versie 0.6.9
Laatst Bijgewerkt 2023-03-26
Publicatiedatum 2021-12-13
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://groupstag.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.groupstag.com/groupstag-landing-pagepfkfk5rq
Help Pagina-URL https://successwithcecelia.com/contactme/
URL van de Privacybeleid Pagina https://successwithcecelia.com/privacy-policy
Ondersteunde Talen 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"
            }
        ]
    }
}