Authentiq 2FA
Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site
Что такое Authentiq 2FA?
Authentiq 2FA - это расширение Chrome, разработанное https://authentiq.com, и его основная функция - "Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site".
Снимки экрана расширения
Скачать файл CRX расширения Authentiq 2FA
Скачайте файлы расширений Authentiq 2FA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Companion of Authentiq ID app (iOS, Chrome), an authenticator that stores you 2FA codes securely. Whenever you visit a site that needs your 2FA code (one time code), just click on the Authentiq icon and the code for the current site will appear in the Authentiq ID app on your phone.
Основная информация о расширении
Название | Authentiq 2FA |
ID | jhmhbdjplkohcobiblfgmlpekbfefbji |
Официальный URL | https://chromewebstore.google.com/detail/authentiq-2fa/jhmhbdjplkohcobiblfgmlpekbfefbji |
Описание | Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site |
Размер файла | 41.01 KB |
Количество установок | 307 |
Текущая Версия | 0.2 |
Последнее Обновление | 2018-10-18 |
Дата публикации | 2018-10-18 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | https://authentiq.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.authentiq.com/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Authentiq 2FA", "short_name": "Authentiq", "description": "Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site", "version": "0.2", "author": "The Authentiq team", "options_ui": { "page": "options.html" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "images\/authentiq-16.png", "19": "images\/authentiq-19.png", "32": "images\/authentiq-32.png", "38": "images\/authentiq-38.png" } }, "icons": { "16": "images\/authentiq-16.png", "32": "images\/authentiq-32.png", "48": "images\/authentiq-48.png", "96": "images\/authentiq-96.png", "128": "images\/authentiq-128.png" }, "permissions": [ "activeTab", "storage", "https:\/\/20-dot-authentiqio.appspot.com\/*" ], "manifest_version": 2 } |