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ファイルをダウンロード
RSA SecurID Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |