GroupsTracker.com
Facebook groups monitoring tool for keywords
什么是GroupsTracker.com?
GroupsTracker.com是由https://www.groupstracker.com开发的Chrome扩展程序,该扩展的主要功能是“Facebook groups monitoring tool for keywords”。
扩展截图
下载GroupsTracker.com扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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\/",
" | |