Fractal Wallet

The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.

Was ist Fractal Wallet?

Fractal Wallet ist eine Chrome-Erweiterung, die von Trust Fractal GmbH entwickelt wurde, und ihr Hauptmerkmal ist "The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Fractal Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fractal Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Fractal Wallet is a digital identity (DID) browser extension that enables you to prove your identity easily without disclosing your personal data.

You can use it to join the Fractal Protocol, enabling you to receive FCL rewards. Don't pay for the Internet with your personal data: let the Internet pay you.                    

Grundlegende Informationen zur Erweiterung

Name Fractal Wallet Fractal Wallet
ID agechnindjilpccclelhlbjphbgnobpf
Offizielle URL https://chromewebstore.google.com/detail/fractal-wallet/agechnindjilpccclelhlbjphbgnobpf
Beschreibung The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.
Dateigröße 8.51 MB
Installationsanzahl 39,034
Aktuelle Version 0.4.14
Letztes Update 2022-08-29
Veröffentlichungsdatum 2021-05-09
Bewertung 3.54/5 Insgesamt 59 Bewertungen
Entwickler Trust Fractal GmbH
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://protocol.fractal.id/
URL der Datenschutzrichtlinien-Seite https://fractal.id/documents/privacy-policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "https:\/\/www.trustfractal.com",
    "manifest_version": 2,
    "version": "0.4.14",
    "short_name": "Fractal Wallet",
    "name": "Fractal Wallet",
    "description": "The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.",
    "browser_action": {
        "default_title": "Fractal Wallet",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_16.png",
            "19": "img\/icon_19.png",
            "32": "img\/icon_32.png",
            "38": "img\/icon_38.png",
            "64": "img\/icon_64.png",
            "128": "img\/icon_128.png",
            "512": "img\/icon_512.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+F",
                "mac": "Alt+Shift+F",
                "chromeos": "Alt+Shift+F",
                "linux": "Alt+Shift+F"
            }
        }
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
    "web_accessible_resources": [
        "sdk.bundle.js"
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "19": "img\/icon_19.png",
        "32": "img\/icon_32.png",
        "38": "img\/icon_38.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png",
        "512": "img\/icon_512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}