Safle Wallet

Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.

Cos'è Safle Wallet?

Safle Wallet è un'estensione di Chrome sviluppata da https://safle.com, e la sua funzione principale è "Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Safle Wallet

Scarica i file di estensione Safle Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Safle Wallet - Your gateway to decentralised applications.                    

Informazioni di Base sull'Estensione

Nome Safle Wallet Safle Wallet
ID pmmbeeacafhbpgmlkacpadheejlhhkbf
URL Ufficiale https://chromewebstore.google.com/detail/safle-wallet/pmmbeeacafhbpgmlkacpadheejlhhkbf
Descrizione Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.
Dimensione del File 15.1 MB
Conteggio Installazioni 1,091
Versione Corrente 0.9.9
Ultimo Aggiornamento 2023-11-22
Data di Pubblicazione 2022-05-03
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore https://safle.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://safle.com
URL della Pagina di Aiuto http://t.me/saflechat
URL della Pagina della Politica sulla Privacy https://safle.com/privacyPolicy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safle Wallet",
    "version": "0.9.9",
    "description": "Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.",
    "manifest_version": 3,
    "action": {
        "default_popup": ".\/index.html",
        "default_title": "Open Safle Wallet",
        "default_icon": ".\/safle-icon.png"
    },
    "icons": {
        "16": ".\/safle-icon_16.png",
        "32": ".\/safle-icon_32.png",
        "48": ".\/safle-icon_48.png",
        "128": ".\/safle-icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "eth-provider.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https:",
        "sandbox": "sandbox allow-scripts; script-src 'self'"
    }
}