KAIST AutoOTP
KAIST AutoOTP generates OTP passwords in your browser.
Wat is KAIST AutoOTP?
KAIST AutoOTP is een Chrome-extensie ontwikkeld door kaistautootp, en de belangrijkste functie is "KAIST AutoOTP generates OTP passwords in your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie KAIST AutoOTP
Download KAIST AutoOTP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pffidaimjkjobklpjdkgahhjbnmajpan |
Officiële URL | https://chromewebstore.google.com/detail/kaist-autootp/pffidaimjkjobklpjdkgahhjbnmajpan |
Beschrijving | KAIST AutoOTP generates OTP passwords in your browser. |
Bestandsgrootte | 19.41 KB |
Aantal Installaties | 1,612 |
Huidige Versie | 2.0.2 |
Laatst Bijgewerkt | 2021-08-27 |
Publicatiedatum | 2021-08-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kaistautootp |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://techprovider2021.github.io/kaistotp/ |
Ondersteunde Talen | 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 } |