SenSui Wallet

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

SenSui Wallet क्या है?

SenSui Wallet https://gil.eco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store and manage your crypto assets with ease and security on Sensui Wallet"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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