Tokyotech Matrix Auto Complete
This extension let you login Tokyo Tech Portal easily
Was ist Tokyotech Matrix Auto Complete?
Tokyotech Matrix Auto Complete ist eine Chrome-Erweiterung, die von https://sh8.io entwickelt wurde, und ihr Hauptmerkmal ist "This extension let you login Tokyo Tech Portal easily".
Erweiterungsscreenshots
Tokyotech Matrix Auto Complete-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tokyotech Matrix Auto Complete-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 let you login Tokyo Tech Portal easily
Grundlegende Informationen zur Erweiterung
Name | Tokyotech Matrix Auto Complete |
ID | gflhfdbmjaoihkeihamfkdichcmeafkf |
Offizielle URL | https://chromewebstore.google.com/detail/tokyotech-matrix-auto-com/gflhfdbmjaoihkeihamfkdichcmeafkf |
Beschreibung | This extension let you login Tokyo Tech Portal easily |
Dateigröße | 38.47 KB |
Installationsanzahl | 92 |
Aktuelle Version | 1.13 |
Letztes Update | 2020-04-01 |
Veröffentlichungsdatum | 2020-03-31 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://sh8.io |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/sh8/titech_matrix |
Hilfeseite URL | https://github.com/sh8/titech_matrix |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tokyotech Matrix Auto Complete", "description": "This extension let you login Tokyo Tech Portal easily", "version": "1.13", "options_page": "register_matrix.html", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/portal.nap.gsic.titech.ac.jp\/GetAccess\/Login?Template=idg_key*", "https:\/\/portal.nap.gsic.titech.ac.jp\/GetAccess\/Login" ], "js": [ "js\/jquery-2.2.3.min.js", "js\/jquery.autotab.min.js", "js\/auto_login.js", "js\/register_matrix.js" ] } ], "web_accessible_resources": [ "register_matrix.html" ] } |