Titech Portal Auto-login
No more tedious matrix lookups!
Qu'est-ce que Titech Portal Auto-login ?
Titech Portal Auto-login est une extension Chrome développée par hagward, et sa fonction principale est "No more tedious matrix lookups!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Titech Portal Auto-login
Téléchargez les fichiers d'extension Titech Portal Auto-login au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | mglldflbijilmkimahfloeogpfldnpam |
URL Officiel | https://chromewebstore.google.com/detail/titech-portal-auto-login/mglldflbijilmkimahfloeogpfldnpam |
Description | No more tedious matrix lookups! |
Taille du Fichier | 9.48 KB |
Nombre d'Installations | 219 |
Version Actuelle | 0.1.1.0 |
Dernière Mise à Jour | 2021-12-03 |
Date de Publication | 2019-03-30 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | hagward |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/hagward/titechportal-autologin#faq |
Langues Prises en Charge | 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\/*" ] } |