RSA SecurID Code Generator

Generate RSA SecurID Codes easily in your browser

RSA SecurID Code Generatorคืออะไร?

RSA SecurID Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Jones และคุณลักษณะหลักของมันคือ "Generate RSA SecurID Codes easily in your browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RSA SecurID Code Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}