Scatter

Decentralized signature, identity and authentication system.

Scatter क्या है?

Scatter https://get-scatter.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decentralized signature, identity and authentication system."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Scatter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}