Portkey Wallet: Crypto & Games (Deprecated)

A User-Friendly and Secure AA Wallet for Asset Management and Web3 Experience

Portkey Wallet: Crypto & Games (Deprecated)คืออะไร?

Portkey Wallet: Crypto & Games (Deprecated) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย info.portkey.finance และคุณลักษณะหลักของมันคือ "A User-Friendly and Secure AA Wallet for Asset Management and Web3 Experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Portkey Wallet: Crypto & Games (Deprecated)

ดาวน์โหลดไฟล์ส่วนขยาย Portkey Wallet: Crypto & Games (Deprecated) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Portkey is the first account abstraction (AA) wallet from aelf's ecosystem, migrating Web2 users and developers into Web3. Users can swiftly log into Portkey via their Web2 social info with no private keys or mnemonics required. Account creation is free for all users, thanks to Portkey's delegation mechanism that covers associated fees. With a robust social recovery mechanism integrating guardians and decentralised verifiers, Portkey ensures the security of users' assets, safeguarding them against centralised control and theft. 

Portkey offers a wide range of services, including asset storage, crypto on/off-ramp, digital identity management, and chat. Users can directly purchase cryptos using fia currencies and manage their tokens, NFTs, and more. Portkey also provides access to various Web3 projects, such as GameFi, DeFi, SocialFi, and NFT marketplace. The chat function enables easy and secure communication among users and the multi-chain compatibility makes Portkey a versatile gateway to the Web3 world.

Try Portkey today and unlock the ultimate Web3 world:
• Simple login with just your Web2 social credentials, no need for seed phrases
• Full decentralisation backed by guardians and verifiers
• Advanced security through social recovery and customisable DApp limit settings
• Low cost with a delegation system covering various fees

Portkey comes both as an App and an extension. Download Portkey to enter Web3 in the easiest, safest and cheapest way with full control over your Web3 accounts, identities, and digital assets.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Portkey Wallet: Crypto & Games (Deprecated) Portkey Wallet: Crypto & Games (Deprecated)
ID hpjiiechbbhefmpggegmahejiiphbmij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/portkey-wallet-crypto-gam/hpjiiechbbhefmpggegmahejiiphbmij
คำอธิบาย A User-Friendly and Secure AA Wallet for Asset Management and Web3 Experience
ขนาดไฟล์ 7.25 MB
จำนวนการติดตั้ง 5,089
เวอร์ชันปัจจุบัน 1.4.18
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2023-04-24
คะแนน 4.30/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา info.portkey.finance
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://portkey.finance/
URL หน้านโยบายความเป็นส่วนตัว https://portkey.finance/terms-of-service
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "name": "Portkey Wallet: Crypto & Games (Deprecated)",
    "version": "1.4.18",
    "description": "A User-Friendly and Secure AA Wallet for Asset Management and Web3 Experience",
    "icons": {
        "16": "assets\/images\/extension_logo.png",
        "48": "assets\/images\/extension_logo.png",
        "128": "assets\/images\/extension_logo.png"
    },
    "background": {
        "service_worker": ".\/js\/serviceWorker.js"
    },
    "action": {
        "default_icon": "assets\/images\/extension_logo.png",
        "default_title": "Portkey Wallet: Crypto & Games (Deprecated)",
        "default_popup": "popup.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+P",
                "mac": "Command+Shift+P",
                "chromeos": "Ctrl+Shift+P",
                "linux": "Ctrl+Shift+P"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "alarms",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "sandbox.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en"
}