Vessel

Web3 Passport & Multi-Chain Wallet

ما هو Vessel؟

Vessel هو إضافة Chrome تم تطويرها بواسطة https://vessel.xyz، والميزة الرئيسية لها هي "Web3 Passport & Multi-Chain Wallet".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Vessel

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

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

                        Introducing Vessel– your passport for the internet. Your digital identity and multi-chain crypto wallet rolled in one. Use your Vessel Passport to explore across Web2 and Web3. 

A singular user account that travels with you online and opens access to the entire web. 

Vessel makes signing up for or logging into any site and managing your crypto assets safe and seamless. This secure browser extension houses your digital identity and multi-chain crypto assets, all in one.  

A single, portable identity 
• Say goodbye to managing hundreds of passwords and accounts. Verify your credentials (email, phone number etc.) only once to breeze over any site’s sign up or login forms. 
• Onboard with sites and apps with the ease of one click
• Have control over what data you share, and the power to revoke access to it at any time and from one central location.

For a multi-blockchain world 
• No more seed phrases! Log in and out of Vessel seamlessly using a global email, password, and PIN number.
• Vessel is non-custodial. You’re in full control of your crypto assets, and we can never hold or move your funds. 
• Make any transaction securely no matter which blockchain you’re on. Vessel currently supports both Ethereum and Solana. 

Safety and privacy preserved
• Engage with a site without having to share your full crypto history and activity.
• Your login details go through 3 million rounds of cryptographic hashing– this info will never get transmitted to a remote server at any point. 

Ready to dive into the web with Vessel?


Learn more about Vessel at www.vessel.xyz                    

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

الاسم Vessel Vessel
ID efabpnahpkdbpejgekahfnecclbepmee
عنوان URL الرسمي https://chromewebstore.google.com/detail/vessel/efabpnahpkdbpejgekahfnecclbepmee
الوصف Web3 Passport & Multi-Chain Wallet
حجم الملف 19.46 MB
عدد التثبيتات 294
النسخة الحالية 1.0.4
آخر تحديث 2022-05-22
تاريخ النشر 2022-05-10
تقييم 5.00/5 مجموع تقييمات 7
المطور https://vessel.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.vessel.xyz/
عنوان صفحة المساعدة https://www.vessel.xyz/
عنوان صفحة سياسة الخصوصية https://stytch.com/legal/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "name": "Vessel",
    "description": "Web3 Passport & Multi-Chain Wallet",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "action": {
        "default_icon": "img\/logo128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K"
            },
            "description": "Open the Vessel chrome extension"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "background",
        "cookies",
        "storage",
        "tabs",
        "scripting",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "connectedSites.css",
                "walletConnect.css",
                "fonts.css",
                "fonts\/*",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "vessel.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}