1Block Authentication Plugin
This extension is a complete 1Block client for the browser
Wat is 1Block Authentication Plugin?
1Block Authentication Plugin is een Chrome-extensie ontwikkeld door https://1block.io, en de belangrijkste functie is "This extension is a complete 1Block client for the browser".
Extensie Screenshots
Download het CRX-bestand van de extensie 1Block Authentication Plugin
Download 1Block Authentication Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | 1Block Authentication Plugin |
ID | ppeekmonaoacdchnhlinjgopeikienpj |
Officiële URL | https://chromewebstore.google.com/detail/1block-authentication-plu/ppeekmonaoacdchnhlinjgopeikienpj |
Beschrijving | This extension is a complete 1Block client for the browser |
Bestandsgrootte | 3 MB |
Aantal Installaties | 29 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2016-01-05 |
Publicatiedatum | 2016-01-05 |
Ontwikkelaar | https://1block.io |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |