Group Magnet
Get member information and question answers when approving user
什么是Group Magnet?
Group Magnet是由automaticsextension开发的Chrome扩展程序,该扩展的主要功能是“Get member information and question answers when approving user”。
扩展截图
下载Group Magnet扩展crx文件
下载Group Magnet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Group Magnet is a chrome extension to save details of group members who request to join your facebook group and save it to spreadsheet. 扩展基本信息
| 名称 | |
| ID | hjmlneleiceaanjjelnffbmmanbnafje |
| 官方URL | https://chromewebstore.google.com/detail/group-magnet/hjmlneleiceaanjjelnffbmmanbnafje |
| 简介 | Get member information and question answers when approving user |
| 文件大小 | 1.98 MB |
| 安装次数 | 139 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2021-05-08 |
| 上架时间 | 2020-11-25 |
| 评分 | 1.00/5 共2次评分 |
| 开发者 | automaticsextension |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.offerlevels.com/group-magnet |
| 隐私政策页面URL | https://automatics.one/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"start_url": ".\/index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff",
"manifest_version": 2,
"browser_action": {
"default_title": "Group magnet"
},
"name": "Group Magnet",
"description": "Get member information and question answers when approving user",
"version": "1.0.3",
"icons": {
"128": "demo\/small-logo.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"all_frames": true,
"css": [
"content.css"
],
"js": [
"content.js"
],
"matches": [
"*:\/\/*.facebook.com\/*\/*\/requests\/",
"*:\/\/*.facebook.com\/*\/*\/requests",
"*:\/\/*.facebook.com\/*"
],
"run_at": "document_end"
}
],
"oauth2": {
"client_id": "583795249857-bbhv7pa5dddol0c5i93smfh9lb2s2rcs.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/spreadsheets",
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"openid",
"email",
"profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn+8alfrJ4s1W2+Yp9aDXs3XrpVxZ2+bRmVtLux83y+q8NPvum6ssOv5jHJy8zyZiAQzotVWvWIVzSytuRi\/8VdtgEhKkEz43173ZMj7hxbkxC2DqYIgNCEiVbC7QIeQJqgvM55S6VXwklartXS7csmM50wdSB2EkcoTAkG9K4lLff5CwnwTFLGrEPaj7vO\/pgxex7gB2Dbxhbk9CgbZ1vgQ7XF05BseqUKn8wa1UKn25NMsQtvbp1X6hVY7z99uHeR65NHg\/ZxzNxTm+u8oLKAWIJ6AviSg4\/FOXuhwW\/SebhRbRHT0aHrtAyZzmlCcm\/ACnXGj2o56uS73l1zF8lQIDAQAB",
"permissions": [
"tabs",
"storage",
"identity",
"identity.email",
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/*.facebook.com\/*",
"background"
],
"web_accessible_resources": [
"demo\/*",
"index.html",
"static\/*"
]
} | |