KAIST AutoOTP
KAIST AutoOTP generates OTP passwords in your browser.
KAIST AutoOTPคืออะไร?
KAIST AutoOTP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kaistautootp และคุณลักษณะหลักของมันคือ "KAIST AutoOTP generates OTP passwords in your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KAIST AutoOTP
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 |
อีเมล | [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 } |