SafePal Extension Wallet

Managing Your Assets Just Got Easier.

SafePal Extension Walletคืออะไร?

SafePal Extension Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://safepal.com และคุณลักษณะหลักของมันคือ "Managing Your Assets Just Got Easier."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SafePal Extension Wallet

ดาวน์โหลดไฟล์ส่วนขยาย SafePal Extension Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Install SafePal Extension Wallet to Level Up Your Crypto Adventure

Feature highlights:
- Create or import multiple seed phrases to manage all your wallets in one place
- Always stay connected to DApps across different chains simultaneously
- Level up security by connecting the extension to SafePal App or S1 hardware wallet
- Move crypto between different chains via the built-in Swap and Bridge services
- Import wallets from MetaMask, Trust Wallet and other WalletConnect compatible wallet Apps in seconds
- Support custom network for EVM-compatible chains
- Support 62 chains and adding more:

BNB Smart Chain (BNB)
Bitcoin (BTC)
Ethereum (ETH)
......

Install to discover more                    

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

ชื่อ SafePal Extension Wallet SafePal Extension Wallet
ID lgmpcpglpngdoalbgeoldeajfclnhafa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/safepal-extension-wallet/lgmpcpglpngdoalbgeoldeajfclnhafa
คำอธิบาย Managing Your Assets Just Got Easier.
ขนาดไฟล์ 7.21 MB
จำนวนการติดตั้ง 71,970
เวอร์ชันปัจจุบัน 2.21.1
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2022-06-07
คะแนน 3.69/5 รวมทั้งหมด 62 คะแนน
ผู้พัฒนา https://safepal.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.safepal.com
URL หน้าช่วยเหลือ https://safepalsupport.zendesk.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://www.safepal.com/about/privacy
ภาษาที่รองรับ id,de,en,fr,vi,tr,es,it,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "SafePal",
    "version": "2.21.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/sfp.png",
        "19": "images\/sfp.png",
        "32": "images\/sfp.png",
        "38": "images\/sfp.png",
        "48": "images\/sfp.png",
        "64": "images\/sfp.png",
        "128": "images\/sfp.png",
        "512": "images\/sfp.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/sfp.png",
            "19": "images\/sfp.png",
            "32": "images\/sfp.png",
            "48": "images\/sfp.png",
            "128": "images\/sfp.png"
        },
        "default_title": "SafePal Extension Wallet",
        "default_popup": "popup.html"
    },
    "author": "https:",
    "background": {
        "service_worker": "backgroundV3.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "webextension-polyfill.js",
                "content-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "cookies"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "user-media-permission.html",
                "popup.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}