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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Group Magnet is a chrome extension to save details of group members who request to join your facebook group and save it to spreadsheet.
확장 프로그램 기본 정보
이름 | Group Magnet |
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\/*" ] } |