Fin Wallet For Sei

The fastest and easiest-to-use Sei wallet

Fin Wallet For Sei क्या है?

Fin Wallet For Sei Fin Wallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fastest and easiest-to-use Sei wallet"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Fin Wallet is the first native crypto wallet for Sei Network. It is the fastest and easiest way to access the Sei ecosystem. With Fin Wallet, everyone can store, send, and receive tokens; mint, manage, and collect NFTs on Sei in a secure and friendly way. 

We made Sei accessible for everyone:

- Instantly send and receive tokens with low fees 
- Easily mint and collect NFTs 
- Display NFTs in an interactive and intuitive way 
- Effectively manage your portfolio 
- Effortlessly browse the entire Sei ecosystem 

With Fin Wallet, your fund stays entirely in your control, and your privacy is truly respected. 
Let’s install the wallet and enjoy the Web3 world today.  

Need help? Contact us: https://discord.gg/8hZW8z37X6                    

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

नाम Fin Wallet For Sei Fin Wallet For Sei
ID dbgnhckhnppddckangcjbkjnlddbjkna
आधिकारिक URL https://chromewebstore.google.com/detail/fin-wallet-for-sei/dbgnhckhnppddckangcjbkjnlddbjkna
विवरण The fastest and easiest-to-use Sei wallet
फ़ाइल का आकार 13.33 MB
स्थापना संख्या 59,757
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2023-05-04
रेटिंग 3.50/5 कुल 22 रेटिंग्स
डेवलपर Fin Wallet
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://finwallet.com
सहायता पृष्ठ URL https://discord.com/invite/3nJknTGkXn
गोपनीयता नीति पृष्ठ URL https://docs.finwallet.com/legal/privacy-policy
समर्थित भाषाएँ id,en,fr,vi,pt-PT,ru,th,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.d4a1c897.png",
        "32": "icon32.plasmo.4611ea36.png",
        "48": "icon48.plasmo.2a668cf2.png",
        "64": "icon64.plasmo.942445da.png",
        "128": "icon128.plasmo.4827e56c.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.d4a1c897.png",
            "32": "icon32.plasmo.4611ea36.png",
            "48": "icon48.plasmo.2a668cf2.png",
            "64": "icon64.plasmo.942445da.png",
            "128": "icon128.plasmo.4827e56c.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.0.1",
    "author": "Coin98",
    "name": "Fin Wallet For Sei",
    "description": "The fastest and easiest-to-use Sei wallet",
    "background": {
        "service_worker": "background.70e26aff.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "clipboardRead",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.0dea5834.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "css": []
        }
    ],
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/**"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "inpage.bb889182.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ]
}