FOURwal - 4THTECH wallet

Chrome and Firefox extension for interacting with 4thtech platform.

FOURwal - 4THTECH wallet란 무엇입니까?

FOURwal - 4THTECH wallet은(는) 4thTech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome and Firefox extension for interacting with 4thtech platform."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

FOURwal - 4THTECH wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        4thTech TestNet Wallet (i.e., FOURwaL) in your Browser

W2W data exchange dedicated wallet framework serves as a gateway connecting user with on-chain Web3 dID, dMail, dChat & dNotary services. As non-custodial gas wallet it also manages public and private keys. With the exception of the backup and restore function, all the wallet account management is available within the UI-platform.

Features:
*Web3 onboarding with no email or phone number
*Ethereum, Polkadot Substrate, Solana & TRON multi-chain accounts
*Data communication layer
*Standalone white-label solution
*Interoperable with all Chromium & Mozilla based browsers

When setting up a 4thTech account using FOURwaL, you are responsible for your security and account keys. Please use the .JSON file for wallet backup. Your chosen password is encrypted off-chain and never shared with our servers. Choose your password wisely and notify 4thTech immediately if any unauthorized use of your account is detected.

By continuing with the Wallet creation process, you acknowledge and agree with the terms and conditions of this licence agreement: https://github.com/4thtech/static-assets/raw/main/pdf/licence.pdf                    

확장 프로그램 기본 정보

이름 FOURwal - 4THTECH wallet FOURwal - 4THTECH wallet
ID ahcefhodjjnpmeeaghfhocjiicghdcbn
공식 URL https://chromewebstore.google.com/detail/fourwal-4thtech-wallet/ahcefhodjjnpmeeaghfhocjiicghdcbn
설명 Chrome and Firefox extension for interacting with 4thtech platform.
파일 크기 7.31 MB
설치 횟수 237
현재 버전 1.1.6
최근 업데이트 2023-03-21
출시 날짜 2021-03-19
평점 5.00/5 총 2 개의 평점
개발자 4thTech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://4thtech.io/
도움말 페이지 URL https://4thtech.io/
개인정보 보호 정책 페이지 URL https://github.com/4thtech/static-assets/raw/main/pdf/privacy-policy.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/www.the4thpillar.com",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "downloads"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "https:\/\/the4thpillar.com\/*",
                "https:\/\/*.the4thpillar.com\/*",
                "https:\/\/4thtech.io\/*",
                "https:\/\/*.4thtech.io\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/127.0.0.1\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self'  'wasm-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "web_accessible_resources": [
        "js\/injected.js"
    ],
    "version": "1.1.6"
}