GroupsTag

Create group tags for your favorite people

O que é GroupsTag?

GroupsTag é uma extensão do Chrome desenvolvida por https://groupstag.com, e sua principal característica é "Create group tags for your favorite people".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GroupsTag

Baixe arquivos de extensão GroupsTag no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GroupsTag GroupsTag
ID bcnldankcojlhpfdnpbaddcjmkilhcio
URL Oficial https://chromewebstore.google.com/detail/groupstag/bcnldankcojlhpfdnpbaddcjmkilhcio
Descrição Create group tags for your favorite people
Tamanho do Arquivo 379 KB
Contagem de Instalações 109
Versão Atual 0.6.9
Última Atualização 2023-03-26
Data de Publicação 2021-12-13
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://groupstag.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.groupstag.com/groupstag-landing-pagepfkfk5rq
URL da Página de Ajuda https://successwithcecelia.com/contactme/
URL da Página de Política de Privacidade https://successwithcecelia.com/privacy-policy
Idiomas Suportados 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"
            }
        ]
    }
}