GroupsTag

Create group tags for your favorite people

GroupsTagคืออะไร?

GroupsTag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://groupstag.com และคุณลักษณะหลักของมันคือ "Create group tags for your favorite people"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GroupsTag

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            }
        ]
    }
}