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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
    }
}