KAIST AutoOTP

KAIST AutoOTP generates OTP passwords in your browser.

Qu'est-ce que KAIST AutoOTP ?

KAIST AutoOTP est une extension Chrome développée par kaistautootp, et sa fonction principale est "KAIST AutoOTP generates OTP passwords in your browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KAIST AutoOTP

Téléchargez les fichiers d'extension KAIST AutoOTP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom KAIST AutoOTP KAIST AutoOTP
ID pffidaimjkjobklpjdkgahhjbnmajpan
URL Officiel https://chromewebstore.google.com/detail/kaist-autootp/pffidaimjkjobklpjdkgahhjbnmajpan
Description KAIST AutoOTP generates OTP passwords in your browser.
Taille du Fichier 19.41 KB
Nombre d'Installations 1,612
Version Actuelle 2.0.2
Dernière Mise à Jour 2021-08-27
Date de Publication 2021-08-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur kaistautootp
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://techprovider2021.github.io/kaistotp/
Langues Prises en Charge 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
}