Group Magnet

Get member information and question answers when approving user

Group Magnetคืออะไร?

Group Magnet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย automaticsextension และคุณลักษณะหลักของมันคือ "Get member information and question answers when approving user"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Group Magnet

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

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

ชื่อ Group Magnet 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\/*"
    ]
}