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".
Снимки экрана расширения
Скачать файл CRX расширения Voyage Extension
Скачайте файлы расширений Voyage Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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 |
URL страницы помощи | https://discord.gg/voyage |
URL страницы политики конфиденциальности | 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": [ " |