1Block Authentication Plugin
This extension is a complete 1Block client for the browser
Что такое 1Block Authentication Plugin?
1Block Authentication Plugin - это расширение Chrome, разработанное https://1block.io, и его основная функция - "This extension is a complete 1Block client for the browser".
Снимки экрана расширения
Скачать файл CRX расширения 1Block Authentication Plugin
Скачайте файлы расширений 1Block Authentication Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | 1Block Authentication Plugin |
ID | ppeekmonaoacdchnhlinjgopeikienpj |
Официальный URL | https://chromewebstore.google.com/detail/1block-authentication-plu/ppeekmonaoacdchnhlinjgopeikienpj |
Описание | This extension is a complete 1Block client for the browser |
Размер файла | 3 MB |
Количество установок | 29 |
Текущая Версия | 1.4 |
Последнее Обновление | 2016-01-05 |
Дата публикации | 2016-01-05 |
Разработчик | https://1block.io |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |