Tokyotech Matrix Auto Complete
This extension let you login Tokyo Tech Portal easily
Hvad er Tokyotech Matrix Auto Complete?
Tokyotech Matrix Auto Complete er en Chrome-udvidelse udviklet af https://sh8.io, og dens hovedfunktion er "This extension let you login Tokyo Tech Portal easily".
Udvidelsesskærmbilleder
Download Tokyotech Matrix Auto Complete-udvidelses-CRX-fil
Download Tokyotech Matrix Auto Complete-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        This extension let you login Tokyo Tech Portal easily                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | gflhfdbmjaoihkeihamfkdichcmeafkf | 
| Officiel URL | https://chromewebstore.google.com/detail/tokyotech-matrix-auto-com/gflhfdbmjaoihkeihamfkdichcmeafkf | 
| Beskrivelse | This extension let you login Tokyo Tech Portal easily | 
| Filstørrelse | 38.47 KB | 
| Antal Installationer | 92 | 
| Nuværende Version | 1.13 | 
| Senest Opdateret | 2020-04-01 | 
| Udgivelsesdato | 2020-03-31 | 
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser | 
| Udvikler | https://sh8.io | 
| Betalingsmetode | free | 
| Udvidelseswebsted | https://github.com/sh8/titech_matrix | 
| Hjælpeside-URL | https://github.com/sh8/titech_matrix | 
| Understøttede Sprog | 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"
    ]
}  |  |