ZKSAFE

A security partner of crypto wallet

Τι είναι το ZKSAFE;

Το ZKSAFE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BUSYAPE LIMITED, και η κύρια λειτουργία του είναι "A security partner of crypto wallet".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ZKSAFE is an extension for entering on-chain password when providing personal multi-signature protection services for Ethereum on-chain assets.

The extension will help users to create a smart contract wallet in Ethereum and will allow them to set an on-chain password, so that when using the Safebox to store assets, it needs to input the password through the extension to complete the withdrawal operation. The user will be given details of the asset transfer in the extension's interface and will be able to perform sensitive operations such as entering a password in a secure environment, which the user can approve or deny.

ZKSAFE only read the password entered by user, and erase the information immediately after the asset transfer operation. ZKSAFE dosen't read your private key, so you need to install another wallet extension for the private key management.                    

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

Όνομα ZKSAFE ZKSAFE
ID nehdcpkmooagohgkdchblmnfljmnbihg
Επίσημο URL https://chromewebstore.google.com/detail/zksafe/nehdcpkmooagohgkdchblmnfljmnbihg
Περιγραφή A security partner of crypto wallet
Μέγεθος Αρχείου 674 KB
Αριθμός Εγκαταστάσεων 63
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2022-12-20
Ημερομηνία Δημοσίευσης 2022-11-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής BUSYAPE LIMITED
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A security partner of crypto wallet",
    "version": "1.1.0",
    "manifest_version": 3,
    "externally_connectable": {
        "matches": [
            "https:\/\/zksafe.vercel.app\/*",
            "http:\/\/localhost:8000\/*"
        ]
    },
    "name": "ZKSAFE",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'; worker-src 'self' 'wasm-unsafe-eval'; img-src 'self' data: https:\/\/proxy.zksafe.pro\/ ; "
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/zksafe.vercel.app\/*",
                "http:\/\/localhost:8000\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/dev-app.zksafe.pro\/*",
                "https:\/\/app.zksafe.pro\/*",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "zkSafe_logo.svg",
                "https:\/\/proxy.zksafe.pro\/*.gif",
                "https:\/\/proxy.zksafe.pro\/*.svg",
                "https:\/\/proxy.zksafe.pro\/**\/*.gif",
                "https:\/\/proxy.zksafe.pro\/**\/*.svg",
                "https:\/\/cdn.galaxy.eco\/*.gif",
                "https:\/\/api.edns.domains\/**\/*.svg"
            ],
            "matches": [
                "https:\/\/app.zksafe.pro\/*",
                "https:\/\/dev-app.zksafe.pro\/*",
                "https:\/\/zksafe.vercel.app\/*",
                "http:\/\/localhost:8000\/*",
                "http:\/\/localhost:3000\/*",
                ""
            ]
        }
    ]
}