RSA SecurID Code Generator
Generate RSA SecurID Codes easily in your browser
RSA SecurID Code Generator क्या है?
RSA SecurID Code Generator Adam Jones द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate RSA SecurID Codes easily in your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RSA SecurID Code Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |