FAP Auto Login

FAP Auto Login

Vad är FAP Auto Login?

FAP Auto Login är en Chrome-tillägg utvecklad av SonNVQ, och dess huvudfunktion är "FAP Auto Login".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner FAP Auto Login-förlängningens CRX-fil

Ladda ner FAP Auto Login-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn FAP Auto Login FAP Auto Login
ID hcekfkjfkcfoeohaponopofdhogpecif
Officiell webbadress https://chromewebstore.google.com/detail/fap-auto-login/hcekfkjfkcfoeohaponopofdhogpecif
Beskrivning FAP Auto Login
Filstorlek 155 KB
Antal Installationer 72
Aktuell Version 1.5
Senast Uppdaterad 2023-08-31
Publiceringsdatum 2022-12-14
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare SonNVQ
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}