re:claimID

An extension for use with re:claimID.

re:claimID là gì?

re:claimID là một tiện ích mở rộng Chrome được phát triển bởi re:claimID, và tính năng chính của nó là "An extension for use with re:claimID.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng re:claimID

Tải xuống các tệp mở rộng re:claimID 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 plugin allows you to engage in OpenID Connect authorization flows in order to share identity data from your reclaimID identities with websites.
Please note that in order for this plugin to function, you need to have re:claimID installed. See https://reclaim-identity.io/for-users.                    

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

Tên re:claimID re:claimID
ID jiogompmdejcnacmlnjhnaicgkefcfll
URL Chính Thức https://chromewebstore.google.com/detail/reclaimid/jiogompmdejcnacmlnjhnaicgkefcfll
Mô tả An extension for use with re:claimID.
Kích Thước Tệp 12.58 MB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.14.5
Cập Nhật Lần Cuối 2021-05-05
Ngày Phát Hành 2020-08-13
Nhà Phát Triển re:claimID
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://reclaim-identity.io
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "re:claimID",
    "description": "An extension for use with re:claimID.",
    "version": "0.14.5",
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "theme_icons": [
            {
                "light": "icons\/logo_dark.png",
                "dark": "icons\/logo.png",
                "size": 32
            }
        ],
        "default_title": "re:claimID",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "icons\/logo48.png",
        "96": "icons\/logo96.png"
    },
    "background": {
        "scripts": [
            "background\/reclaim.js",
            "scripts\/gnunet.js"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/api.reclaim\/*",
        "https:\/\/ui.reclaim\/*",
        "http:\/\/localhost:7776\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "*\/**",
        "index.html",
        "*.js",
        "assets\/*",
        "*.woff*",
        "*.ttf",
        "*.svg"
    ],
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true,
        "chrome_style": true
    }
}