Titech Portal Auto-login

No more tedious matrix lookups!

Vad är Titech Portal Auto-login?

Titech Portal Auto-login är en Chrome-tillägg utvecklad av hagward, och dess huvudfunktion är "No more tedious matrix lookups!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Titech Portal Auto-login-förlängningens CRX-fil

Ladda ner Titech Portal 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

                        Remembers your Titech Portal login matrix and automatically fills in the login fields for you.

This extension is open source: https://github.com/hagward/titechportal-autologin                    

Grundläggande Information om Tillägg

Namn Titech Portal Auto-login Titech Portal Auto-login
ID mglldflbijilmkimahfloeogpfldnpam
Officiell webbadress https://chromewebstore.google.com/detail/titech-portal-auto-login/mglldflbijilmkimahfloeogpfldnpam
Beskrivning No more tedious matrix lookups!
Filstorlek 9.48 KB
Antal Installationer 219
Aktuell Version 0.1.1.0
Senast Uppdaterad 2021-12-03
Publiceringsdatum 2019-03-30
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare hagward
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/hagward/titechportal-autologin#faq
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Titech Portal Auto-login",
    "description": "No more tedious matrix lookups!",
    "version": "0.1.1.0",
    "homepage_url": "https:\/\/github.com\/hagward\/titechportal-autologin",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Titech Portal Auto-login"
    },
    "permissions": [
        "declarativeContent",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/portal.nap.gsic.titech.ac.jp\/*"
    ]
}