SKY Wallet

The Crypto Wallet You Deserve.

SKY Wallet क्या है?

SKY Wallet https://getsky.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Crypto Wallet You Deserve."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Crypto Wallet You Deserve.

With SKY, along with the basic wallet functionalities, you can showcase your NFT collections via a shareable link, create custom USDC/SOL Payment Links, view Token details right from your wallet and much more.

"SKY Wallet" gives you full control of your crypto tokens. You hold your secret and private keys. With SKY Wallet you can create and manage multiple wallets (via private keys).

Use SKY Wallet to send, trade and receive assets, send payment links, swap tokens, receive messages directly from NFT creators and share your public NFT gallery on the Solana blockchain.                    

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

नाम SKY Wallet SKY Wallet
ID llakdhpogpnejheknjbhbadoaomejgbi
आधिकारिक URL https://chromewebstore.google.com/detail/sky-wallet/llakdhpogpnejheknjbhbadoaomejgbi
विवरण The Crypto Wallet You Deserve.
फ़ाइल का आकार 16.81 MB
स्थापना संख्या 132
वर्तमान संस्करण 1.0.14
अंतिम अपडेट 2023-01-17
प्रकाशन तिथि 2022-06-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://getsky.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getsky.app
गोपनीयता नीति पृष्ठ URL https://www.getsky.app/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SKY Wallet",
    "description": "The Crypto Wallet You Deserve.",
    "version": "1.0.14",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "sky16.png",
        "24": "sky24.png",
        "32": "sky32.png",
        "48": "sky48.png",
        "128": "sky128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script-build.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}