Crossmark

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

Crossmark란 무엇입니까?

Crossmark은(는) https://crossmark.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A non-custodial wallet in your browser. Send, receive, create value with ease. | Learn more at https://crossmark.io"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Crossmark 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Crossmark Crossmark
ID canipghmckojpianfgiklhbgpfmhjkjg
공식 URL https://chromewebstore.google.com/detail/crossmark/canipghmckojpianfgiklhbgpfmhjkjg
설명 A non-custodial wallet in your browser. Send, receive, create value with ease. | Learn more at https://crossmark.io
파일 크기 110 MB
설치 횟수 2,047
현재 버전 0.2.13
최근 업데이트 2024-02-27
출시 날짜 2023-08-21
평점 5.00/5 총 3 개의 평점
개발자 https://crossmark.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://crossmark.io
도움말 페이지 URL https://docs.crossmark.io/support
개인정보 보호 정책 페이지 URL https://docs.crossmark.io/privacy
지원되는 언어 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"
}