Authentiq 2FA

Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site

Was ist Authentiq 2FA?

Authentiq 2FA ist eine Chrome-Erweiterung, die von https://authentiq.com entwickelt wurde, und ihr Hauptmerkmal ist "Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site".

Erweiterungsscreenshots

screenshot

Authentiq 2FA-Erweiterungs-CRX-Datei herunterladen

Laden Sie Authentiq 2FA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Authentiq 2FA Authentiq 2FA
ID jhmhbdjplkohcobiblfgmlpekbfefbji
Offizielle URL https://chromewebstore.google.com/detail/authentiq-2fa/jhmhbdjplkohcobiblfgmlpekbfefbji
Beschreibung Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site
Dateigröße 41.01 KB
Installationsanzahl 307
Aktuelle Version 0.2
Letztes Update 2018-10-18
Veröffentlichungsdatum 2018-10-18
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://authentiq.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.authentiq.com/privacy
Unterstützte Sprachen 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
}