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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |