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 } |