FOURwal - 4THTECH wallet

Chrome and Firefox extension for interacting with 4thtech platform.

FOURwal - 4THTECH wallet क्या है?

FOURwal - 4THTECH wallet 4thTech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome and Firefox extension for interacting with 4thtech platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FOURwal - 4THTECH wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}