everiSigner

Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.

everiSigner क्या है?

everiSigner https://everitoken.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS."।

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

screenshot

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

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

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

                        everiSigner is a bridge that allows you to visit the distributed web of tomorrow in your browser today. It allows you to run everiToken apps right in your browser.

everiSigner includes a secure identity vault, providing a user interface to manage your identities on different sites and sign blockchain transactions.

If you’re a developer, you can start developing with everiWallet signaturer today.

Our mission is to make everiToken as easy to use for as many people as possible.

The highlights are as follow:

- Compatible with everiToken (EVT), ETH, EOS and others by plugin manager
- Completely open source
- Private keys are keeped in the add-on, not anywhere else                    

एक्सटेंशन की मूल जानकारी

नाम everiSigner everiSigner
ID oofngcfgfkpckpgckabppceffbpmmnmd
आधिकारिक URL https://chromewebstore.google.com/detail/everisigner/oofngcfgfkpckpgckabppceffbpmmnmd
विवरण Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.
फ़ाइल का आकार 5.67 MB
स्थापना संख्या 17
वर्तमान संस्करण 5.0.0
अंतिम अपडेट 2018-06-04
प्रकाशन तिथि 2018-06-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://everitoken.io
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "everiSigner",
    "description": "Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.",
    "version": "5.0.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"
        ]
    }
}