Scatter

Decentralized signature, identity and authentication system.

Scatter là gì?

Scatter là một tiện ích mở rộng Chrome được phát triển bởi https://get-scatter.com, và tính năng chính của nó là "Decentralized signature, identity and authentication system.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scatter

Tải xuống các tệp mở rộng Scatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scatter Scatter
ID ammjpmhgckkpcamddpolhchgomcojkle
URL Chính Thức https://chrome.google.com/webstore/detail/ammjpmhgckkpcamddpolhchgomcojkle
Mô tả Decentralized signature, identity and authentication system.
Kích Thước Tệp 3.22 MB
Số Lần Cài Đặt 20,621
Phiên Bản Hiện Tại 6.3.0
Cập Nhật Lần Cuối 2019-06-23
Ngày Phát Hành 2019-06-23
Đánh Giá 4.43/5 Tổng số 103 Đánh Giá
Nhà Phát Triển https://get-scatter.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}