Pulse Wallet Chromium

A safe and fast way to explore and master PulseChain. Store, manage, trade, and swap crypto and NFT anywhere anytime.

Pulse Wallet Chromiumคืออะไร?

Pulse Wallet Chromium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย business และคุณลักษณะหลักของมันคือ "A safe and fast way to explore and master PulseChain. Store, manage, trade, and swap crypto and NFT anywhere anytime."

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

screenshot
screenshot

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

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

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

                        Pulse Wallet Chromium is the open-sourced, privacy fork of Rabby Wallet, built by the community, for the community.

Our goal is to provide top-notch privacy and security to our users, and we are committed to maintaining this standard. You can manage your digital assets with peace of mind, knowing that your personal information is respected and protected. We support PulseChain natively, EVM blockchains, and, in the future, SVM blockchains as well.

With Pulse Wallet, we offer various features, including:

EASY LOGIN
- Import Wallet: import your existing wallet using 12 or 24 seed phrases.
- Hardware Wallet: import your hardware wallet into Pulse Wallet extension for easy and secure transactions.

ESSENTIAL SECURITY
- View transaction content, risk check, and estimated balance changes before signing.

NETWORKS
- Seamlessly switch between PulseChain and other supported EVM chains.
- Display tokens corresponding to your selected Network.
- Automatically switch chains corresponding to the active Dapps and websites.

KEEP TRACK OF YOUR ASSETS
- Store all tokens on PulseChain and other EVM chains.
- Add any custom tokens you need if they are not in the default list.
- Support a wide range of tokens of above networks, including PLS, HEX, PLSX, ETH, USDT, USDC, DAI and many more.
- View both NFTs and fungible tokens on PulseChain.

SEND AND RECEIVE TOKENS
- Send your tokens to anyone using wallet address, anywhere in the world, and anytime you wish.
- Receive tokens just by sharing your wallet address.
- Whitelist feature makes it more convenient to send tokens to frequent addresses.                    

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

ชื่อ Pulse Wallet Chromium Pulse Wallet Chromium
ID ciojocpkclfflombbcfigcijjcbkmhaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pulse-wallet-chromium/ciojocpkclfflombbcfigcijjcbkmhaf
คำอธิบาย A safe and fast way to explore and master PulseChain. Store, manage, trade, and swap crypto and NFT anywhere anytime.
ขนาดไฟล์ 10.13 MB
จำนวนการติดตั้ง 341
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-12-26
วันที่เผยแพร่ 2023-12-24
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา business
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thepulsewallet.org/
URL หน้าช่วยเหลือ https://thepulsewallet.org/#support
URL หน้านโยบายความเป็นส่วนตัว https://docs.thepulsewallet.org/pulse-wallet/resources/privacy-policy
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pulse Wallet Chromium",
    "short_name": "Pulse Wallet Chromium",
    "version": "0.0.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Pulse Wallet Chromium - The Privacy Fork of Rabby Wallet",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/thepulsewallet.org\/",
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "webextension-polyfill.js",
                "content-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html",
                "https:\/\/connect.onekey.so\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/trezor-content-script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "user-media-permission.html",
                "pageProvider.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}