1Block Authentication Plugin

This extension is a complete 1Block client for the browser

Hvad er 1Block Authentication Plugin?

1Block Authentication Plugin er en Chrome-udvidelse udviklet af https://1block.io, og dens hovedfunktion er "This extension is a complete 1Block client for the browser".

Udvidelsesskærmbilleder

Download 1Block Authentication Plugin-udvidelses-CRX-fil

Download 1Block Authentication Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        As everyone knows passwords are hard to remember, hard to manage, and subject to compromise. 1Block is an authentication manager that is simple, secure, and requires no passwords. One ID is all you need. Logins happen via a QR code, and no sensitive or personal information ever passes over the network. 1Block uses Blockchain technology, the same security used by Bitcoin.                    

Grundlæggende oplysninger om udvidelsen

Navn 1Block Authentication Plugin 1Block Authentication Plugin
ID ppeekmonaoacdchnhlinjgopeikienpj
Officiel URL https://chromewebstore.google.com/detail/1block-authentication-plu/ppeekmonaoacdchnhlinjgopeikienpj
Beskrivelse This extension is a complete 1Block client for the browser
Filstørrelse 3 MB
Antal Installationer 29
Nuværende Version 1.4
Senest Opdateret 2016-01-05
Udgivelsesdato 2016-01-05
Udvikler https://1block.io
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1Block Authentication Plugin",
    "short_name": "1Block",
    "description": "This extension is a complete 1Block client for the browser",
    "version": "1.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "background"
    ]
}