SenSui Wallet

Store and manage your crypto assets with ease and security on Sensui Wallet

SenSui Wallet란 무엇입니까?

SenSui Wallet은(는) https://gil.eco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store and manage your crypto assets with ease and security on Sensui Wallet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SenSui Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Store and manage your crypto assets with ease and security on Sensui Wallet

Buy, sell, and swap crypto in minutes
Verify your identity, add a payment method — like a debit card or bank account 
Best-in-class security
When it comes to ensuring that your crypto is secure, we think about every last detail so you don’t have to.
Access your crypto anywhere, anytime.
Whether you’re on mobile or on desktop, Sensui Wallet is supports customers in over 200 countries, and has helped millions of people buy their first Token.

Looking forward to receiving feedback from users to improve the product
https://linktr.ee/globalinterlink                    

확장 프로그램 기본 정보

이름 SenSui Wallet SenSui Wallet
ID ebaeifdbcjklcmoigppnpkcghndhpbbm
공식 URL https://chromewebstore.google.com/detail/sensui-wallet/ebaeifdbcjklcmoigppnpkcghndhpbbm
설명 Store and manage your crypto assets with ease and security on Sensui Wallet
파일 크기 6.24 MB
설치 횟수 9,444
현재 버전 23.8.21.10 (b70c11d)
최근 업데이트 2023-08-22
출시 날짜 2023-02-23
평점 4.90/5 총 31 개의 평점
개발자 https://gil.eco
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://wallet.gil.eco/
개인정보 보호 정책 페이지 URL https://global-interlink.gitbook.io/gil/privacy-policy/summary-of-key-points
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SenSui Wallet",
    "description": "Store and manage your crypto assets with ease and security on Sensui Wallet",
    "version": "23.8.21.10",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "action": {
        "default_popup": "ui.html?type=popup"
    },
    "host_permissions": [
        "http:\/\/127.0.0.1:5001\/",
        "https:\/\/fullnode.devnet.sui.io\/",
        "https:\/\/fullnode.staging.sui.io\/"
    ],
    "icons": {
        "16": "manifest\/icons\/sui-icon-16.png",
        "32": "manifest\/icons\/sui-icon-32.png",
        "48": "manifest\/icons\/sui-icon-48.png",
        "128": "manifest\/icons\/sui-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dapp-interface.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; frame-src *; object-src 'none'; connect-src *; font-src 'self'; img-src *; script-src 'self'; style-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'none'; frame-ancestors 'none';"
    },
    "version_name": "23.8.21.10 (b70c11d)"
}