Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

Hvad er Voyage Extension?

Voyage Extension er en Chrome-udvidelse udviklet af Voyage, og dens hovedfunktion er "Super app for NFT Traders, backed by Delphi and Tangent".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Voyage Extension-udvidelses-CRX-fil

Download Voyage Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The Voyage App enables users to create, manage, and access their Voyage smart contract wallets for trading and managing their NFTs and cryptocurrencies. Enjoy the following features and more with Voyage App:

• Purchase NFTs on 3x leverage with Voyage Pay
• Close NFT positions with Voyage Flip
• Track your portfolio PNL in-app
• Unlock immediate NFT benefits
• Secure your NFTs with Voyage Safe                    

Grundlæggende oplysninger om udvidelsen

Navn Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
Officiel URL https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
Beskrivelse Super app for NFT Traders, backed by Delphi and Tangent
Filstørrelse 5.89 MB
Antal Installationer 64
Nuværende Version 0.2.1
Senest Opdateret 2022-11-10
Udgivelsesdato 2022-09-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Voyage
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://voyage.finance
Hjælpeside-URL https://discord.gg/voyage
URL til Fortrolighedspolitik Side https://www.voyage.finance/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voyage Extension",
    "description": "Super app for NFT Traders, backed by Delphi and Tangent",
    "version": "0.2.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "contentscript.css"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injector.bundle.js",
                "reset.html",
                "home.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/voyage.finance\/*",
            "*:\/\/app.voyage.finance\/*",
            "*:\/\/app.staging.voyage.finance\/*"
        ]
    }
}