Titech Portal Login
Auto Login to Titech Portal
Titech Portal Login란 무엇입니까?
Titech Portal Login은(는) bv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto Login to Titech Portal"입니다.
확장 프로그램 스크린샷
Titech Portal Login 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an Extension for Auto Login to Titech Portal. When you login to the Portal, you can save time to pick up your student ID card. You can initialize in option page. When you go to the login page of the Portal, and you can login automatically. However Account information and Matrix Code are stored in Local Storage, Please take responsibility for your actions.
확장 프로그램 기본 정보
이름 | Titech Portal Login |
ID | gakchdgcpjbchncgbflfkajcfpnbhohi |
공식 URL | https://chromewebstore.google.com/detail/titech-portal-login/gakchdgcpjbchncgbflfkajcfpnbhohi |
설명 | Auto Login to Titech Portal |
파일 크기 | 534 KB |
설치 횟수 | 6,298 |
현재 버전 | 0.2.4 |
최근 업데이트 | 2017-05-19 |
출시 날짜 | 2017-05-19 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | bv |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.4", "manifest_version": 2, "description": "__MSG_appDescription__", "options_page": "options.html", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "ja", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "scripts\/jquery-3.2.1.min.js", "scripts\/chromereload.js", "scripts\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "images\/icon-16.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/portal.nap.gsic.titech.ac.jp\/GetAccess\/Login*" ], "js": [ "scripts\/jquery-3.2.1.min.js" ], "run_at": "document_start" } ] } |