SKY Wallet

The Crypto Wallet You Deserve.

Wat is SKY Wallet?

SKY Wallet is een Chrome-extensie ontwikkeld door https://getsky.app, en de belangrijkste functie is "The Crypto Wallet You Deserve.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SKY Wallet

Download SKY Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SKY Wallet SKY Wallet
ID llakdhpogpnejheknjbhbadoaomejgbi
Officiële URL https://chromewebstore.google.com/detail/sky-wallet/llakdhpogpnejheknjbhbadoaomejgbi
Beschrijving The Crypto Wallet You Deserve.
Bestandsgrootte 16.81 MB
Aantal Installaties 132
Huidige Versie 1.0.14
Laatst Bijgewerkt 2023-01-17
Publicatiedatum 2022-06-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://getsky.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getsky.app
URL van de Privacybeleid Pagina https://www.getsky.app/privacy
Ondersteunde Talen 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
        }
    ]
}