RSA SecurID Code Generator
Generate RSA SecurID Codes easily in your browser
Cos'è RSA SecurID Code Generator?
RSA SecurID Code Generator è un'estensione di Chrome sviluppata da Adam Jones, e la sua funzione principale è "Generate RSA SecurID Codes easily in your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RSA SecurID Code Generator
Scarica i file di estensione RSA SecurID Code Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | bdkphnndaejdmmbohpejmlfejfdbepap |
URL Ufficiale | https://chromewebstore.google.com/detail/rsa-securid-code-generato/bdkphnndaejdmmbohpejmlfejfdbepap |
Descrizione | Generate RSA SecurID Codes easily in your browser |
Dimensione del File | 209 KB |
Conteggio Installazioni | 1,206 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2021-01-08 |
Data di Pubblicazione | 2020-09-07 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Adam Jones |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/domdomegg/rsa-securid-browser-extension |
URL della Pagina di Aiuto | https://github.com/domdomegg/rsa-securid-browser-extension/issues |
URL della Pagina della Politica sulla Privacy | https://adamjones.me/privacy-policies |
Lingue Supportate | 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" ] } |