Oasis Wallet

The official non-custodial browser extension wallet for the Oasis Network.

Oasis Wallet क्या है?

Oasis Wallet Oasis Foundation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official non-custodial browser extension wallet for the Oasis Network."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Oasis Wallet allows you to:

1. Easily send, receive, delegate or undelegate your ROSE, and view the transaction records any time.
2. Send your ROSE to the Emerald, Sapphire and Cipher ParaTimes (and back).
3. Create multiple ROSE wallet accounts with a single mnemonic.
4. Import any type of non-custodial ROSE wallet account into your Oasis Wallet by importing its private key.
5. Use any ROSE wallet account on your Ledger Wallet.
6. Access Oasis-enabled distributed applications (aka dApps) in your browser.

It currently supports ROSE, more supported digital assets on the Oasis Network coming soon.                    

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

नाम Oasis Wallet Oasis Wallet
ID ppdadbejkmjnefldpcdjhnkpbjkikoip
आधिकारिक URL https://chromewebstore.google.com/detail/oasis-wallet/ppdadbejkmjnefldpcdjhnkpbjkikoip
विवरण The official non-custodial browser extension wallet for the Oasis Network.
फ़ाइल का आकार 818 KB
स्थापना संख्या 71,133
वर्तमान संस्करण 1.13.0
अंतिम अपडेट 2023-10-18
प्रकाशन तिथि 2021-09-21
रेटिंग 4.27/5 कुल 26 रेटिंग्स
डेवलपर Oasis Foundation
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/oasisprotocol/oasis-wallet-ext
सहायता पृष्ठ URL https://docs.oasis.io/general/manage-tokens/oasis-wallets/
गोपनीयता नीति पृष्ठ URL https://oasisprotocol.org/privacy-policy
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 2,
    "version": "1.13.0",
    "default_locale": "en",
    "icons": {
        "16": "img\/oasis.png",
        "19": "img\/oasis.png",
        "32": "img\/oasis.png",
        "38": "img\/oasis.png",
        "64": "img\/oasis.png",
        "128": "img\/oasis.png",
        "512": "img\/oasis.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/oasis.png",
            "19": "img\/oasis.png",
            "32": "img\/oasis.png",
            "38": "img\/oasis.png",
            "64": "img\/oasis.png",
            "128": "img\/oasis.png",
            "512": "img\/oasis.png"
        },
        "default_title": "Oasis Wallet",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "activeTab"
    ],
    "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/api.oasisscan.com https:\/\/www.oasisscan.com https:\/\/testnet.oasisscan.com https:\/\/grpc-mainnet.oasisscan.com https:\/\/grpc.oasis.dev https:\/\/grpc-testnet.oasisscan.com https:\/\/testnet.grpc.oasis.dev; frame-ancestors 'self' https: http:\/\/localhost:* http:\/\/127.0.0.1:*; img-src 'self' data: https: http:\/\/localhost:* http:\/\/127.0.0.1:*; base-uri 'self'; manifest-src 'self';",
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "oasis-xu-frame.html"
    ],
    "externally_connectable": {
        "ids": []
    }
}