1Block Authentication Plugin
This extension is a complete 1Block client for the browser
Qu'est-ce que 1Block Authentication Plugin ?
1Block Authentication Plugin est une extension Chrome développée par https://1block.io, et sa fonction principale est "This extension is a complete 1Block client for the browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 1Block Authentication Plugin
Téléchargez les fichiers d'extension 1Block Authentication Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | 1Block Authentication Plugin |
ID | ppeekmonaoacdchnhlinjgopeikienpj |
URL Officiel | https://chromewebstore.google.com/detail/1block-authentication-plu/ppeekmonaoacdchnhlinjgopeikienpj |
Description | This extension is a complete 1Block client for the browser |
Taille du Fichier | 3 MB |
Nombre d'Installations | 29 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2016-01-05 |
Date de Publication | 2016-01-05 |
Développeur | https://1block.io |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |