Safle Wallet

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

Safle Wallet là gì?

Safle Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://safle.com, và tính năng chính của nó là "Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Safle Wallet

Tải xuống các tệp mở rộng Safle Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Safle Wallet - Your gateway to decentralised applications.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Safle Wallet Safle Wallet
ID pmmbeeacafhbpgmlkacpadheejlhhkbf
URL Chính Thức https://chromewebstore.google.com/detail/safle-wallet/pmmbeeacafhbpgmlkacpadheejlhhkbf
Mô tả Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.
Kích Thước Tệp 15.1 MB
Số Lần Cài Đặt 1,091
Phiên Bản Hiện Tại 0.9.9
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2022-05-03
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://safle.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://safle.com
URL Trang Trợ Giúp http://t.me/saflechat
URL Trang Chính Sách Bảo Mật https://safle.com/privacyPolicy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}