KAIST AutoOTP
KAIST AutoOTP generates OTP passwords in your browser.
KAIST AutoOTP란 무엇입니까?
KAIST AutoOTP은(는) kaistautootp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "KAIST AutoOTP generates OTP passwords in your browser."입니다.
확장 프로그램 스크린샷
KAIST AutoOTP 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
KAIST AutoOTP는 빠른 2차 인증을 위해 당신의 브라우저에서 OTP를 자동 생성합니다. 카이스트 2차 인증 페이지에 접속하시면 OTP가 자동으로 복사되어 빠른 2차 인증이 가능합니다. KAIST AutoOTP generates OTP passwords in your browser. These passwords are automatically copied when you are accessing the KAIST's two-factor authentication page.
확장 프로그램 기본 정보
이름 | |
ID | pffidaimjkjobklpjdkgahhjbnmajpan |
공식 URL | https://chromewebstore.google.com/detail/kaist-autootp/pffidaimjkjobklpjdkgahhjbnmajpan |
설명 | KAIST AutoOTP generates OTP passwords in your browser. |
파일 크기 | 19.41 KB |
설치 횟수 | 1,612 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2021-08-27 |
출시 날짜 | 2021-08-04 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | kaistautootp |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://techprovider2021.github.io/kaistotp/ |
지원되는 언어 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KAIST AutoOTP", "version": "2.0.2", "description": "KAIST AutoOTP generates OTP passwords in your browser.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "sha.js", "control.js", "script.js" ], "matches": [ "https:\/\/iam2.kaist.ac.kr\/*" ], "run_at": "document_idle" } ], "browser_action": { "default_icon": { "32": "icon32.png" }, "default_popup": "popup.html" }, "permissions": [ "https:\/\/iam2.kaist.ac.kr\/*", "storage" ], "manifest_version": 2 } |