Titech Portal Auto-login
No more tedious matrix lookups!
Was ist Titech Portal Auto-login?
Titech Portal Auto-login ist eine Chrome-Erweiterung, die von hagward entwickelt wurde, und ihr Hauptmerkmal ist "No more tedious matrix lookups!".
Erweiterungsscreenshots
Titech Portal Auto-login-Erweiterungs-CRX-Datei herunterladen
Laden Sie Titech Portal 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
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | mglldflbijilmkimahfloeogpfldnpam |
Offizielle URL | https://chromewebstore.google.com/detail/titech-portal-auto-login/mglldflbijilmkimahfloeogpfldnpam |
Beschreibung | No more tedious matrix lookups! |
Dateigröße | 9.48 KB |
Installationsanzahl | 219 |
Aktuelle Version | 0.1.1.0 |
Letztes Update | 2021-12-03 |
Veröffentlichungsdatum | 2019-03-30 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | hagward |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/hagward/titechportal-autologin#faq |
Unterstützte Sprachen | 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\/*" ] } |