Titan Wallet Extension

A browser extension wallet for V Systems

Titan Wallet Extension क्या है?

Titan Wallet Extension Coded Solution Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension wallet for V Systems"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Titan Wallet Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Titan Wallet is a self-custodial crypto wallet for the V Systems(VSYS) Blockchain ecosystem. 

Backed by the V Systems Foundation Team, Titan Wallet is designed to make storing, sending, receiving and in-app leasing and staking tokens to SuperNodes on the V Systems Blockchain. 

The current version (Version 1.2.0) of the Chrome extension allows users to: 

1. Fix the issue about confirming send NFT transaction pop-up;
2.Update V Systems Explorer links and the extension version number.


============================================================================

General Functions

-Create a new wallet or import an existing wallet 
-View VSYS assets in the wallet 
-Send & receive assets from other wallets 
-View activity log and transaction history on your addresses
-Save multiple wallet addresses in the Address Book 
-Manage Custom VSYS Tokens 
-View, Transfer and Receive NFT collections 
-Staking solutions for VSYS (SuperNode Staking) 

============================================================================

Titan Wallet is a self-custodial wallet. The application does not store any information on your funds, your secret phrase or any personal data.                    

एक्सटेंशन की मूल जानकारी

नाम Titan Wallet Extension Titan Wallet Extension
ID bplepbelihejfpcjoeialhjpamgpnfln
आधिकारिक URL https://chromewebstore.google.com/detail/titan-wallet-extension/bplepbelihejfpcjoeialhjpamgpnfln
विवरण A browser extension wallet for V Systems
फ़ाइल का आकार 20.48 MB
स्थापना संख्या 710
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2024-01-19
प्रकाशन तिथि 2022-10-05
डेवलपर Coded Solution Limited
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://titanwallet.app/
सहायता पृष्ठ URL https://v-systems.notion.site/v-systems/Titan-Wallet-Help-Center-200c4ba446ec4ff4846ad69e5208e466
गोपनीयता नीति पृष्ठ URL https://titanwallet.app/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Titan Wallet Extension",
    "version": "1.2.0",
    "description": "A browser extension wallet for V Systems",
    "icons": {
        "16": "static\/icons\/titian_logo.png",
        "19": "static\/icons\/titian_logo.png",
        "38": "static\/icons\/titian_logo.png",
        "48": "static\/icons\/titian_logo.png",
        "128": "static\/icons\/titian_logo.png"
    },
    "action": {
        "default_icon": "static\/icons\/titian_logo.png",
        "default_title": "Titan Wallet Extension",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.main.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}