GroupsTag

Create group tags for your favorite people

Vad är GroupsTag?

GroupsTag är en Chrome-tillägg utvecklad av https://groupstag.com, och dess huvudfunktion är "Create group tags for your favorite people".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner GroupsTag-förlängningens CRX-fil

Ladda ner GroupsTag-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GroupsTag GroupsTag
ID bcnldankcojlhpfdnpbaddcjmkilhcio
Officiell webbadress https://chromewebstore.google.com/detail/groupstag/bcnldankcojlhpfdnpbaddcjmkilhcio
Beskrivning Create group tags for your favorite people
Filstorlek 379 KB
Antal Installationer 109
Aktuell Version 0.6.9
Senast Uppdaterad 2023-03-26
Publiceringsdatum 2021-12-13
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://groupstag.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.groupstag.com/groupstag-landing-pagepfkfk5rq
Hjälpsida URL https://successwithcecelia.com/contactme/
URL till Sekretesspolicy Sidan https://successwithcecelia.com/privacy-policy
Stödda Språk 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"
            }
        ]
    }
}