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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A non-custodial wallet in your browser. Send, receive, create value with ease. | Learn more at https://crossmark.io"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crossmark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}