Tokyotech Matrix Auto Complete
This extension let you login Tokyo Tech Portal easily
Vad är Tokyotech Matrix Auto Complete?
Tokyotech Matrix Auto Complete är en Chrome-tillägg utvecklad av https://sh8.io, och dess huvudfunktion är "This extension let you login Tokyo Tech Portal easily".
Tilläggsskärmbilder
Ladda ner Tokyotech Matrix Auto Complete-förlängningens CRX-fil
Ladda ner Tokyotech Matrix Auto Complete-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension let you login Tokyo Tech Portal easily Grundläggande Information om Tillägg
| Namn | |
| ID | gflhfdbmjaoihkeihamfkdichcmeafkf |
| Officiell webbadress | https://chromewebstore.google.com/detail/tokyotech-matrix-auto-com/gflhfdbmjaoihkeihamfkdichcmeafkf |
| Beskrivning | This extension let you login Tokyo Tech Portal easily |
| Filstorlek | 38.47 KB |
| Antal Installationer | 92 |
| Aktuell Version | 1.13 |
| Senast Uppdaterad | 2020-04-01 |
| Publiceringsdatum | 2020-03-31 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://sh8.io |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/sh8/titech_matrix |
| Hjälpsida URL | https://github.com/sh8/titech_matrix |
| Stödda Språk | 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"
]
} | |