Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

Wat is Voyage Extension?

Voyage Extension is een Chrome-extensie ontwikkeld door Voyage, en de belangrijkste functie is "Super app for NFT Traders, backed by Delphi and Tangent".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Voyage Extension

Download Voyage Extension-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 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                    

Basisinformatie over de Extensie

Naam Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
Officiële URL https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
Beschrijving Super app for NFT Traders, backed by Delphi and Tangent
Bestandsgrootte 5.89 MB
Aantal Installaties 64
Huidige Versie 0.2.1
Laatst Bijgewerkt 2022-11-10
Publicatiedatum 2022-09-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Voyage
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://voyage.finance
Help Pagina-URL https://discord.gg/voyage
URL van de Privacybeleid Pagina https://www.voyage.finance/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}