GroupsTracker.com

Facebook groups monitoring tool for keywords

GroupsTracker.comคืออะไร?

GroupsTracker.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.groupstracker.com และคุณลักษณะหลักของมันคือ "Facebook groups monitoring tool for keywords"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย GroupsTracker.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Follow any public or private Facebook group. 

Receive alerts and notifications as soon as there is a new post or comment with your keyword even if you are not an admin.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GroupsTracker.com GroupsTracker.com
ID jgbdphmoclnmdghecindoaiecjaljjkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/groupstrackercom/jgbdphmoclnmdghecindoaiecjaljjkp
คำอธิบาย Facebook groups monitoring tool for keywords
ขนาดไฟล์ 26.88 KB
จำนวนการติดตั้ง 467
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-12-29
วันที่เผยแพร่ 2022-10-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.groupstracker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.groupstracker.com
URL หน้าช่วยเหลือ https://www.groupstracker.com/help
URL หน้านโยบายความเป็นส่วนตัว https://www.snajper.net/help.php?id=gwarancja-poufnosci
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GroupsTracker.com",
    "version": "1.0.6",
    "description": "Facebook groups monitoring tool for keywords",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/*.facebook.com\/groups\/*",
                "https:\/\/*.facebook.com\/groups\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Start monitoring group",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/www.facebook.com\/",
        "https:\/\/www.groupstracker.com",
        "http:\/\/localhost:3000\/",
        ""
    ]
}