MagicBird

Webpage automation tool for NYU websites.

MagicBirdคืออะไร?

MagicBird เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomzhu1024 และคุณลักษณะหลักของมันคือ "Webpage automation tool for NYU websites."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย MagicBird ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Getting tired of pulling out your phone to receive DUO pushes every time you log into NYU's website? Try MagicBird now! MagicBird is a browser extension that generates the 6-digit PIN and automatically fills it in for you, thus bypassing the MFA and helping you get rid of your phone.

How to use:
- Install it from the Chrome Web Store.
- Click on the icon in the upper right corner.
- Click on "Setup" and follow the tutorial.
- (Optional) Enable additional features on your needs.

Features:
- Easy to use. Only a one-time setup is required to get MFA Helper working properly. There are step-by-step tutorials to help you.
- Fast. 6-digit PIN is automatically filled in for you, no manual operation is required for the whole process.
- Secure. MFA's 6-digit PIN is calculated 100% within your local browser, no remote service is required.
- Convenient. Sync between devices through your Google account. Complete the setup in one place and enjoy convenient features on all your devices.
- Elegant. Beautiful UI and user-friendly interfaces.
- Practical. Provides additional features such as course enrollment helper.                    

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

ชื่อ MagicBird MagicBird
ID najongjofnfbkdmfdmjdpgffllmpiibi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magicbird/najongjofnfbkdmfdmjdpgffllmpiibi
คำอธิบาย Webpage automation tool for NYU websites.
ขนาดไฟล์ 8.04 MB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 6.0.2
อัปเดตครั้งล่าสุด 2022-03-08
วันที่เผยแพร่ 2020-02-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tomzhu1024
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://privoce.com/privacyPolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "manifest_version": 3,
    "version": "6.0.2",
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "icon_16_16.png",
        "48": "icon_48_48.png",
        "128": "icon_128_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon_16_16.png",
            "24": "icon_24_24.png",
            "32": "icon_32_32.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.duosecurity.com\/*"
            ],
            "all_frames": true,
            "js": [
                "mfaHelperCore.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/start.nyu.edu\/*",
                "*:\/\/auth.nyu.edu\/*",
                "*:\/\/shibboleth.nyu.edu\/*"
            ],
            "js": [
                "mfaHelperOverlay.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/sis.portal.nyu.edu\/*"
            ],
            "js": [
                "enrollmentHelper.bundle.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.duosecurity.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "loading_animation.gif"
            ],
            "matches": [
                "*:\/\/start.nyu.edu\/*",
                "*:\/\/auth.nyu.edu\/*",
                "*:\/\/shibboleth.nyu.edu\/*"
            ]
        },
        {
            "resources": [
                "icon_512_512.png"
            ],
            "matches": [
                "*:\/\/sis.portal.nyu.edu\/*"
            ]
        }
    ]
}