Copper Connect

Copper Connect is your link between secure digital asset storage and the world of smart contracts. The end-to-end encryption is…

Τι είναι το Copper Connect;

Το Copper Connect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Copper Technologies (UK), και η κύρια λειτουργία του είναι "Copper Connect is your link between secure digital asset storage and the world of smart contracts. The end-to-end encryption is…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Copper Connect

Λήψη αρχείων επέκτασης Copper Connect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Copper Connect is your link between secure digital asset storage and the world of smart contracts. The end-to-end encryption is built by the team at copper.co and ensures full protection for your crypto assets when they move from multi-party computation (MPC) wallets to decentralised applications (dApps).
copper.co is a London based custodian and prime broker of digital assets. Their award-winning cold storage solution was built with institutional investors in mind and underpins a wide range of trading and safeguarding infrastructure.
Copper is trusted by the biggest crypto hedge funds, market makers, and lenders in the industry. For more information visit, https://copper.co                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Copper Connect Copper Connect
ID pkklibkpnflbmahpcnpifnnooicnehnh
Επίσημο URL https://chromewebstore.google.com/detail/copper-connect/pkklibkpnflbmahpcnpifnnooicnehnh
Περιγραφή Copper Connect is your link between secure digital asset storage and the world of smart contracts. The end-to-end encryption is…
Μέγεθος Αρχείου 1.87 MB
Αριθμός Εγκαταστάσεων 380
Τρέχουσα Έκδοση 2.1.131
Τελευταία Ενημέρωση 2024-01-30
Ημερομηνία Δημοσίευσης 2020-11-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Copper Technologies (UK)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://copper.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://help.copper.co/
URL της Σελίδας Πολιτικής Απορρήτου https://copper.co/privacy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.131",
    "manifest_version": 3,
    "name": "Copper Connect",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "inpage.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.qa.boople.co\/*",
            "*:\/\/*.copper.co\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1PxEwBpcN62igM\/k0KOhVgR14OdSDn6n0yj3ztqXqx0nT5W28O16Aoggm5Q5uzmcWuwn8c+u\/CXNBHIJ6OyF6QEgcmBh3jPSiSfcC924CSZi41FEkMbqrFvImlxkuCn3WcEFg16Idj5zFot692P6uxVDwTXv4mxYpei6oa3peBVMmOUHVO\/slPK1HqcgraANDqbbYqZlg9D\/vhvVEdIPuNhCmlnZ1TRYoOP5L9XkYghXWGA8WNdhMP20qk3k6okE2qZSSMxLECTBt46hPfr+XR94TtAtvCB\/sE0zfHzcJTRG9578Asxs\/plGRQZ9Z44G+dvHzoEwLJonQ7JYHSyQ7QIDAQAB"
}