re:claimID

An extension for use with re:claimID.

re:claimID क्या है?

re:claimID re:claimID द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for use with re:claimID."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में re:claimID एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}