re:claimID

An extension for use with re:claimID.

re:claimIDคืออะไร?

re:claimID เป็นส่วนขยายของ Chrome ที่พัฒนาโดย re:claimID และคุณลักษณะหลักของมันคือ "An extension for use with re:claimID."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย re:claimID

ดาวน์โหลดไฟล์ส่วนขยาย re:claimID ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}