KAIST AutoOTP

KAIST AutoOTP generates OTP passwords in your browser.

KAIST AutoOTP là gì?

KAIST AutoOTP là một tiện ích mở rộng Chrome được phát triển bởi kaistautootp, và tính năng chính của nó là "KAIST AutoOTP generates OTP passwords in your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KAIST AutoOTP

Tải xuống các tệp mở rộng KAIST AutoOTP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KAIST AutoOTP KAIST AutoOTP
ID pffidaimjkjobklpjdkgahhjbnmajpan
URL Chính Thức https://chromewebstore.google.com/detail/kaist-autootp/pffidaimjkjobklpjdkgahhjbnmajpan
Mô tả KAIST AutoOTP generates OTP passwords in your browser.
Kích Thước Tệp 19.41 KB
Số Lần Cài Đặt 1,612
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2021-08-27
Ngày Phát Hành 2021-08-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển kaistautootp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://techprovider2021.github.io/kaistotp/
Ngôn Ngữ Được Hỗ Trợ 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
}