Authentiq 2FA
Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site
Qu'est-ce que Authentiq 2FA ?
Authentiq 2FA est une extension Chrome développée par https://authentiq.com, et sa fonction principale est "Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Authentiq 2FA
Téléchargez les fichiers d'extension Authentiq 2FA 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
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.
Informations de Base sur l'Extension
Nom | Authentiq 2FA |
ID | jhmhbdjplkohcobiblfgmlpekbfefbji |
URL Officiel | https://chromewebstore.google.com/detail/authentiq-2fa/jhmhbdjplkohcobiblfgmlpekbfefbji |
Description | Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site |
Taille du Fichier | 41.01 KB |
Nombre d'Installations | 307 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2018-10-18 |
Date de Publication | 2018-10-18 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://authentiq.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.authentiq.com/privacy |
Langues Prises en Charge | 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 } |