Safle Wallet

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

Safle Walletとは何ですか?

Safle Walletはhttps://safle.comによって開発されたChromeの拡張機能で、その主な機能は「Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Safle Wallet拡張機能のCRXファイルをダウンロード

Safle Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Safle Wallet - Your gateway to decentralised applications.                    

拡張機能の基本情報

名前 Safle Wallet Safle Wallet
ID pmmbeeacafhbpgmlkacpadheejlhhkbf
公式URL https://chromewebstore.google.com/detail/safle-wallet/pmmbeeacafhbpgmlkacpadheejlhhkbf
説明 Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.
ファイルサイズ 15.1 MB
インストール数 1,091
現在のバージョン 0.9.9
最終更新日 2023-11-22
公開日 2022-05-03
評価 5.00/5 合計 13 レビュー
開発者 https://safle.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://safle.com
ヘルプページのURL http://t.me/saflechat
プライバシーポリシーページのURL https://safle.com/privacyPolicy
対応言語 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'"
    }
}