Crossmark

A non-custodial wallet in your browser. Send, receive, create value with ease. | Learn more at https://crossmark.io

Crossmark là gì?

Crossmark là một tiện ích mở rộng Chrome được phát triển bởi https://crossmark.io, và tính năng chính của nó là "A non-custodial wallet in your browser. Send, receive, create value with ease. | Learn more at https://crossmark.io".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crossmark

Tải xuống các tệp mở rộng Crossmark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Crossmark is a browser-first, non-custodial wallet built for interacting with the XRP Ledger. https://www.crossmark.io

Security. 
Crossmark is a noncustodial wallet that uses industry standard practices to encrypt users private keys. Our key management system has been audited by some of the largest auditing firms and experts in the industry. The encrypted private keys never leave your device, giving you full control of your wallets and digital assets.

Functionality. 
Crossmark enables users to easily engage with all XRPL ecosystem dApps. Designed with future functions on the XRPL in mind, Crossmark integrates with all custom XRPL networks for ease of development and testing.

Customizability. 
Crossmarks’ opt-in features allow users to curate their own experience on the platform. Email notifications, NFT cards, etc.

Adaptability.
Crossmark supports different XRPL custom networks                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crossmark Crossmark
ID canipghmckojpianfgiklhbgpfmhjkjg
URL Chính Thức https://chromewebstore.google.com/detail/crossmark/canipghmckojpianfgiklhbgpfmhjkjg
Mô tả A non-custodial wallet in your browser. Send, receive, create value with ease. | Learn more at https://crossmark.io
Kích Thước Tệp 110 MB
Số Lần Cài Đặt 2,047
Phiên Bản Hiện Tại 0.2.13
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2023-08-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://crossmark.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://crossmark.io
URL Trang Trợ Giúp https://docs.crossmark.io/support
URL Trang Chính Sách Bảo Mật https://docs.crossmark.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Crossmark",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "A non-custodial wallet in your browser. Send, receive, create value with ease. | Learn more at https:\/\/crossmark.io",
    "homepage_url": "https:\/\/crossmark.io",
    "short_name": "Crossmark",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "tabs",
        "clipboardWrite"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "interc0der",
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "crossmark"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "static\/js\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inject.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "0.2.13"
}