Telos Authenticator (Sqrl)

Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet

Cos'è Telos Authenticator (Sqrl)?

Telos Authenticator (Sqrl) è un'estensione di Chrome sviluppata da EOS Miami, e la sua funzione principale è "Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Telos Authenticator (Sqrl)

Scarica i file di estensione Telos Authenticator (Sqrl) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Telos Authenticator (Sqrl) for EOSIO blockchains is a Chrome extension that adopts the EOSIO Universal Authenticator Library standard for signing transactions securely.                    

Informazioni di Base sull'Estensione

Nome Telos Authenticator (Sqrl) Telos Authenticator (Sqrl)
ID fpabdmjmldajnkijknogckkhlmbnfiog
URL Ufficiale https://chromewebstore.google.com/detail/telos-authenticator-sqrl/fpabdmjmldajnkijknogckkhlmbnfiog
Descrizione Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet
Dimensione del File 3.25 MB
Conteggio Installazioni 29
Versione Corrente 0.1.0
Ultimo Aggiornamento 2019-07-04
Data di Pubblicazione 2019-07-01
Sviluppatore EOS Miami
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://telosfoundation.io/downloads
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Telos-Authenticator-Sqrl",
    "name": "Telos Authenticator (Sqrl)",
    "description": "Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Telos Authenticator (Sqrl)"
    },
    "options_page": "index.html#options",
    "permissions": [
        "storage",
        "tabs",
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}