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”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 RSA SecurID Code Generator RSA SecurID Code Generator
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"
    ]
}