RSA SecurID Code Generator
Generate RSA SecurID Codes easily in your browser
RSA SecurID Code Generator란 무엇입니까?
RSA SecurID Code Generator은(는) Adam Jones에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate RSA SecurID Codes easily in your browser"입니다.
확장 프로그램 스크린샷
RSA SecurID Code Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NB: This is an unofficial hobby project, and is in no way affiliated with or endorsed by RSA Security. Use at your own risk. Setup instructions: 1. Generate an Android token. This can be done via the RSA Self Service Portal: Click 'Request Token' Choose 'Software Token' then 'Android' Set and submit the PIN Choose 'Scan Token Now' (the QR code option) Use a QR code scanning app (e.g. Google Lens or Apple Camera) Your token should look like http://127.0.0.1/securid/ctf?ctfData=AwAA... 2. Click the extension icon (to the right of the address bar) and paste in the token Usage instructions: 1. Click the extension icon, and enter your pin 2. Click the code to copy it to your clipboard
확장 프로그램 기본 정보
이름 | |
ID | bdkphnndaejdmmbohpejmlfejfdbepap |
공식 URL | https://chromewebstore.google.com/detail/rsa-securid-code-generato/bdkphnndaejdmmbohpejmlfejfdbepap |
설명 | Generate RSA SecurID Codes easily in your browser |
파일 크기 | 209 KB |
설치 횟수 | 1,206 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-01-08 |
출시 날짜 | 2020-09-07 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Adam Jones |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/domdomegg/rsa-securid-browser-extension |
도움말 페이지 URL | https://github.com/domdomegg/rsa-securid-browser-extension/issues |
개인정보 보호 정책 페이지 URL | https://adamjones.me/privacy-policies |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RSA SecurID Code Generator", "version": "1.1.0", "manifest_version": 2, "description": "Generate RSA SecurID Codes easily in your browser", "homepage_url": "http:\/\/github.com\/domdomegg\/rsa-securid-browser-extension", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "options_page": "options\/index.html", "browser_action": { "default_icon": "img\/icon19.png", "default_title": "RSA SecurID", "default_popup": "browser_action\/index.html" }, "permissions": [ "clipboardWrite", "storage" ] } |