KAIST AutoOTP

KAIST AutoOTP generates OTP passwords in your browser.

KAIST AutoOTPとは何ですか?

KAIST AutoOTPはkaistautootpによって開発されたChromeの拡張機能で、その主な機能は「KAIST AutoOTP generates OTP passwords in your browser.」です。

拡張機能のスクリーンショット

screenshot

KAIST AutoOTP拡張機能のCRXファイルをダウンロード

KAIST AutoOTP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 KAIST AutoOTP KAIST AutoOTP
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
Eメール [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
}