Titech Portal Auto-login

No more tedious matrix lookups!

Wat is Titech Portal Auto-login?

Titech Portal Auto-login is een Chrome-extensie ontwikkeld door hagward, en de belangrijkste functie is "No more tedious matrix lookups!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Titech Portal Auto-login

Download Titech Portal Auto-login-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Titech Portal Auto-login Titech Portal Auto-login
ID mglldflbijilmkimahfloeogpfldnpam
Officiële URL https://chromewebstore.google.com/detail/titech-portal-auto-login/mglldflbijilmkimahfloeogpfldnpam
Beschrijving No more tedious matrix lookups!
Bestandsgrootte 9.48 KB
Aantal Installaties 219
Huidige Versie 0.1.1.0
Laatst Bijgewerkt 2021-12-03
Publicatiedatum 2019-03-30
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar hagward
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/hagward/titechportal-autologin#faq
Ondersteunde Talen 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\/*"
    ]
}