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