FAP Auto Login

FAP Auto Login

Was ist FAP Auto Login?

FAP Auto Login ist eine Chrome-Erweiterung, die von SonNVQ entwickelt wurde, und ihr Hauptmerkmal ist "FAP Auto Login".

Erweiterungsscreenshots

screenshot
screenshot

FAP Auto Login-Erweiterungs-CRX-Datei herunterladen

Laden Sie FAP Auto Login-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension helps FPT students skip the Campus selection step when logging in to FAP(FPT University Academic Portal) and automatically clicks the Login button for them.

Changelog:
Ver 1.5:
-Updated to work with new Login button(redirect mode)
Ver 1.4:
-Updated to work with new Login button
-Removed "Fix student image" function because it does not work anymore                    

Grundlegende Informationen zur Erweiterung

Name FAP Auto Login FAP Auto Login
ID hcekfkjfkcfoeohaponopofdhogpecif
Offizielle URL https://chromewebstore.google.com/detail/fap-auto-login/hcekfkjfkcfoeohaponopofdhogpecif
Beschreibung FAP Auto Login
Dateigröße 155 KB
Installationsanzahl 72
Aktuelle Version 1.5
Letztes Update 2023-08-31
Veröffentlichungsdatum 2022-12-14
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler SonNVQ
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FAP Auto Login",
    "description": "FAP Auto Login",
    "author": "Nguyen Son",
    "version": "1.5",
    "icons": {
        "16": "images\/fa-icon-16.png",
        "32": "images\/fa-icon-32.png",
        "48": "images\/fa-icon-48.png",
        "128": "images\/fa-icon-128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/fa-icon-16.png",
            "32": "images\/fa-icon-32.png",
            "48": "images\/fa-icon-48.png",
            "128": "images\/fa-icon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/fap.fpt.edu.vn\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjY4lxwdRVNt3tkGzpChXvJY5d7UhJ6r+9e3bIj6D6O8jbrdNLu\/WCTG3Ky1IhxSL\/3JzrKRD3lu++5WS+CUS28g1tC66j6tBD0oXXwMq04eqxbfyRf6tDjKeEHuKrVuUCH9uG7KHJ6sGm2\/CEU5VLkPt3u3pIBxZf0EFn5uee0HXIQkt5KZZFEMNrcJyDAazBzqLx1j5NJ6izjkwIRQ0vyPuvb0+ZFp2NJsHxTOayNRW27UfTVGH\/\/Dh+MH5g+G0VNQCaXvWp6MvVxtM\/o\/fC3311\/xA0m+5K2\/N1rPhyboi31zIPb4Djpi1LKPD+y7ZireALKpaCNj7YA9QhfvG7QIDAQAB"
}