KAIST AutoOTP
KAIST AutoOTP generates OTP passwords in your browser.
Cos'è KAIST AutoOTP?
KAIST AutoOTP è un'estensione di Chrome sviluppata da kaistautootp, e la sua funzione principale è "KAIST AutoOTP generates OTP passwords in your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KAIST AutoOTP
Scarica i file di estensione KAIST AutoOTP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pffidaimjkjobklpjdkgahhjbnmajpan |
URL Ufficiale | https://chromewebstore.google.com/detail/kaist-autootp/pffidaimjkjobklpjdkgahhjbnmajpan |
Descrizione | KAIST AutoOTP generates OTP passwords in your browser. |
Dimensione del File | 19.41 KB |
Conteggio Installazioni | 1,612 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2021-08-27 |
Data di Pubblicazione | 2021-08-04 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | kaistautootp |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://techprovider2021.github.io/kaistotp/ |
Lingue Supportate | 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 } |