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
官方網址 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
}