Tokyotech Matrix Auto Complete
This extension let you login Tokyo Tech Portal easily
Wat is Tokyotech Matrix Auto Complete?
Tokyotech Matrix Auto Complete is een Chrome-extensie ontwikkeld door https://sh8.io, en de belangrijkste functie is "This extension let you login Tokyo Tech Portal easily".
Extensie Screenshots
Download het CRX-bestand van de extensie Tokyotech Matrix Auto Complete
Download Tokyotech Matrix Auto Complete-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
This extension let you login Tokyo Tech Portal easily
Basisinformatie over de Extensie
Naam | Tokyotech Matrix Auto Complete |
ID | gflhfdbmjaoihkeihamfkdichcmeafkf |
Officiële URL | https://chromewebstore.google.com/detail/tokyotech-matrix-auto-com/gflhfdbmjaoihkeihamfkdichcmeafkf |
Beschrijving | This extension let you login Tokyo Tech Portal easily |
Bestandsgrootte | 38.47 KB |
Aantal Installaties | 92 |
Huidige Versie | 1.13 |
Laatst Bijgewerkt | 2020-04-01 |
Publicatiedatum | 2020-03-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://sh8.io |
Betalingswijze | free |
Extensiewebsite | https://github.com/sh8/titech_matrix |
Help Pagina-URL | https://github.com/sh8/titech_matrix |
Ondersteunde Talen | 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" ] } |