RUG Authentication Assistant

Generate 2FA authentication codes and automatically insert 2FA code on Brightspace (RUG)

RUG Authentication Assistant là gì?

RUG Authentication Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/view/rug-authentication-assistant, và tính năng chính của nó là "Generate 2FA authentication codes and automatically insert 2FA code on Brightspace (RUG)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RUG Authentication Assistant

Tải xuống các tệp mở rộng RUG Authentication Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This Chromium extension allows you to generate 2-Factor-Authentication codes directly in your browser.
It can also automatically insert the generated 2FA code while logging in to the University of Groningen's online portal, Brightspace, so that you don't have to enter them yourself.

This browser extension is exclusively for the use of RUG staff and students!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RUG Authentication Assistant RUG Authentication Assistant
ID ajdbmhccdieijfeblgacbgjdlmbcoilf
URL Chính Thức https://chromewebstore.google.com/detail/rug-authentication-assist/ajdbmhccdieijfeblgacbgjdlmbcoilf
Mô tả Generate 2FA authentication codes and automatically insert 2FA code on Brightspace (RUG)
Kích Thước Tệp 329 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2023-02-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://sites.google.com/view/rug-authentication-assistant
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_title__",
    "version": "0.1.1",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "32": "icons\/rug-32.png",
        "48": "icons\/rug-48.png",
        "96": "icons\/rug-96.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_popup_title__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rug.nl\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}