Scatter

Decentralized signature, identity and authentication system.

Τι είναι το Scatter;

Το Scatter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://get-scatter.com, και η κύρια λειτουργία του είναι "Decentralized signature, identity and authentication system.".

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

screenshot
screenshot
screenshot

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

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

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

                        Scatter is a decentralized signature, identity, private data and authentication solution. It runs locally on your machine and is powered by asymmetrical encryption allowing you to authenticate with websites without hitting a centralized server.

You can fill out your identities once and applications can request information from them so that you never have to fill out forms. You may add blockchain accounts to identities and use them to provide signatures for transactions without ever giving up your keys.

Scatter is a revolutionary tool which heightens user experience, security, and makes the blockchain easier to use.                    

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

Όνομα Scatter Scatter
ID ammjpmhgckkpcamddpolhchgomcojkle
Επίσημο URL https://chrome.google.com/webstore/detail/ammjpmhgckkpcamddpolhchgomcojkle
Περιγραφή Decentralized signature, identity and authentication system.
Μέγεθος Αρχείου 3.22 MB
Αριθμός Εγκαταστάσεων 20,621
Τρέχουσα Έκδοση 6.3.0
Τελευταία Ενημέρωση 2019-06-23
Ημερομηνία Δημοσίευσης 2019-06-23
Αξιολόγηση 4.43/5 Συνολικά 103 Αξιολογήσεις
Προγραμματιστής https://get-scatter.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scatter",
    "description": "Decentralized signature, identity and authentication system.",
    "version": "6.3.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}