groupbuddy.app
Collects Leads from facebook group in one click.
什么是groupbuddy.app?
groupbuddy.app是由Sanskar Tiwari开发的Chrome扩展程序,该扩展的主要功能是“Collects Leads from facebook group in one click.”。
扩展截图
下载groupbuddy.app扩展crx文件
下载groupbuddy.app扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GroupBuddy allows you to save time as well as generate income from your Facebook™ group by allowing you to communicate with your members as soon as they enter your group the simplest way possible 扩展基本信息
| 名称 | |
| ID | mmhhfhapgfkhppfomcbhbojlnkagmhaf |
| 官方URL | https://chromewebstore.google.com/detail/groupbuddyapp/mmhhfhapgfkhppfomcbhbojlnkagmhaf |
| 简介 | Collects Leads from facebook group in one click. |
| 文件大小 | 54.77 KB |
| 安装次数 | 47 |
| 当前版本 | 4.0.7 |
| 更新时间 | 2021-06-03 |
| 上架时间 | 2021-04-09 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Sanskar Tiwari |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://groupbuddy.web.app |
| 帮助页面URL | https://groupbuddy.web.app |
| 隐私政策页面URL | https://blurweb.app/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "groupbuddy.app",
"version": "4.0.7",
"manifest_version": 2,
"description": "Collects Leads from facebook group in one click.",
"homepage_url": "https:\/\/groupbuddy.app",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"background": {
"scripts": [
"\/assets\/js\/jquery-3.4.1.min.js",
"\/js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icon16.png",
"default_title": "GroupBuddy"
},
"permissions": [
"*:\/\/*.facebook.com\/*",
"storage"
],
"content_scripts": [
{
"css": [
"\/css\/contentscript.css"
],
"js": [
"\/assets\/js\/jquery-3.4.1.min.js",
"\/js\/content.js"
],
"matches": [
"*:\/\/*.facebook.com\/*"
]
}
]
} | |