Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

ما هو Voyage Extension؟

Voyage Extension هو إضافة Chrome تم تطويرها بواسطة Voyage، والميزة الرئيسية لها هي "Super app for NFT Traders, backed by Delphi and Tangent".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Voyage Extension

قم بتنزيل ملفات الامتداد Voyage Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
عنوان URL الرسمي https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
الوصف Super app for NFT Traders, backed by Delphi and Tangent
حجم الملف 5.89 MB
عدد التثبيتات 64
النسخة الحالية 0.2.1
آخر تحديث 2022-11-10
تاريخ النشر 2022-09-25
تقييم 5.00/5 مجموع تقييمات 1
المطور Voyage
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://voyage.finance
عنوان صفحة المساعدة https://discord.gg/voyage
عنوان صفحة سياسة الخصوصية https://www.voyage.finance/privacy-policy
اللغات المدعومة 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\/*"
        ]
    }
}