Beam Web Wallet

Beam Web Wallet

Beam Web Walletคืออะไร?

Beam Web Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beam.mw และคุณลักษณะหลักของมันคือ "Beam Web Wallet"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Beta version of Beam Web Wallet. 
ATTENTION: This is an early version, please use with care and small amounts of funds

Beam is a scalable confidential cryptocurrency

The Beam Web Wallet allows you to conveniently hold, send and receive your Beam coins by using addresses in a convenient, safe and secure manner.

With our recent migration from manifest v2 to v3, we've made significant improvements to ensure that our wallet offers better security, performance, and user experience.

Key Features:

Enhanced Security: By embracing the latest Chrome extension standards in manifest v3, Beam Web Wallet provides improved security against potential vulnerabilities, ensuring your crypto assets are well-protected.

Optimized Performance: The migration to manifest v3 has allowed us to optimize the wallet's performance, reducing memory usage and improving the overall responsiveness for a seamless experience.

Streamlined User Interface: Our redesigned UI offers an intuitive and user-friendly experience, making it easy for both beginners and experienced users to manage their cryptocurrencies with ease.

The updated Beam Web Wallet extension features fixes for improved integration with decentralized applications (dApps) and enhanced transaction list tracking for dApps. Users can now interact with dApps more seamlessly and enjoy accurate transaction records for a better blockchain experience.

We welcome any feedback and feature suggestions from our community.                    

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

ชื่อ Beam Web Wallet Beam Web Wallet
ID ilhaljfiglknggcoegeknjghdgampffk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beam-web-wallet/ilhaljfiglknggcoegeknjghdgampffk
คำอธิบาย Beam Web Wallet
ขนาดไฟล์ 2.93 MB
จำนวนการติดตั้ง 5,528
เวอร์ชันปัจจุบัน 7.3.14073.565
อัปเดตครั้งล่าสุด 2023-06-01
วันที่เผยแพร่ 2020-07-14
คะแนน 4.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://beam.mw
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://beam.mw/
URL หน้าช่วยเหลือ https://t.me/BeamSupport
URL หน้านโยบายความเป็นส่วนตัว https://beam.mw/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Beam Web Wallet",
    "short_name": "Beam Web Wallet",
    "description": "Beam Web Wallet",
    "action": {
        "default_icon": {
            "16": "assets\/chrome-extention-icon-16x16.png"
        },
        "default_title": "Beam Web Wallet"
    },
    "version": "7.3.14073.565",
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "background": {
        "service_worker": "appinit.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "assets\/chrome-extention-icon-16x16.png",
        "48": "assets\/chrome-extention-icon-48x48.png",
        "128": "assets\/chrome-extention-icon-128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "wasm-client.worker.js",
                "wasm-client.js",
                "assets\/*.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}