AI 产品解读Automatic login to Tokyo Tech Portal
Saves users time by automatically filling in credentials and submitting the login form for the Tokyo Tech (Titech) Portal and related NAP services, avoiding manual entry of usernames and passwords.
1. User installs extension and opens options page. 2. User enters their Tokyo Tech username and password (and optionally OTP details) into the options page. 3. Credentials are saved to local storage. 4. When the user visits the Tokyo Tech Portal URL, the extension's content script runs, retrieves the stored credentials, fills the login form, and submits it automatically.
Automatic login to portal.titech.ac.jpSupport for One-Time Password (OTP) and software tokensLocal storage of account credentialsRedirects to NAP (Network Access Platform) for secure accessVPN access support
- 目标用户
- Tokyo Institute of Technology (Tokyo Tech) students and staff
- The options.js file is minified and large, making it difficult to inspect the exact UI structure, but the presence of credential storage logic is clear from the background and content scripts. The 'subscription' keyword was a false positive from RxJS library code.
付费分析未识别到付费功能
The extension is free. The keywords 'subscription' and 'license' detected in the static analysis are false positives. 'subscription' appears in the minified code of the RxJS library (e.g., 'errors occurred during unsubscription') used for reactive programming, not for billing. 'license' appears in the .LICENSE.txt files referring to MIT licenses for open-source dependencies (React, chrome-promise, etc.). There is no code in the extension that gates features behind a paywall, calls payment APIs, or displays upgrade prompts.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension's core function is to automatically log in to the Tokyo Tech Portal (portal.titech.ac.jp). The manifest declares content scripts for portal.titech.ac.jp and portal.nap.gsic.titech.ac.jp. The options page allows users to configure account credentials (username/password) which are stored locally. Without valid credentials configured in the extension, the user cannot complete the login workflow to access the Tokyo Tech portal. The extension itself does not have its own account system; it relies on the user's existing Tokyo Tech credentials.
ありがとう