1Block Authentication Plugin
This extension is a complete 1Block client for the browser
Co to jest 1Block Authentication Plugin?
1Block Authentication Plugin to rozszerzenie Chrome opracowane przez https://1block.io, a jego główną funkcją jest „This extension is a complete 1Block client for the browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 1Block Authentication Plugin
Pobierz pliki rozszerzeń 1Block Authentication Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | 1Block Authentication Plugin |
ID | ppeekmonaoacdchnhlinjgopeikienpj |
Oficjalny URL | https://chromewebstore.google.com/detail/1block-authentication-plu/ppeekmonaoacdchnhlinjgopeikienpj |
Opis | This extension is a complete 1Block client for the browser |
Rozmiar pliku | 3 MB |
Liczba instalacji | 29 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2016-01-05 |
Data Publikacji | 2016-01-05 |
Deweloper | https://1block.io |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |