re:claimID

An extension for use with re:claimID.

re:claimID란 무엇입니까?

re:claimID은(는) re:claimID에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for use with re:claimID."입니다.

확장 프로그램 스크린샷

screenshot

re:claimID 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 re:claimID re:claimID
ID jiogompmdejcnacmlnjhnaicgkefcfll
공식 URL https://chromewebstore.google.com/detail/reclaimid/jiogompmdejcnacmlnjhnaicgkefcfll
설명 An extension for use with re:claimID.
파일 크기 12.58 MB
설치 횟수 34
현재 버전 0.14.5
최근 업데이트 2021-05-05
출시 날짜 2020-08-13
개발자 re:claimID
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://reclaim-identity.io
지원되는 언어 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
    }
}