Authentiq 2FA

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

Co to jest Authentiq 2FA?

Authentiq 2FA to rozszerzenie Chrome opracowane przez https://authentiq.com, a jego główną funkcją jest „Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Authentiq 2FA

Pobierz pliki rozszerzeń Authentiq 2FA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Authentiq 2FA Authentiq 2FA
ID jhmhbdjplkohcobiblfgmlpekbfefbji
Oficjalny URL https://chromewebstore.google.com/detail/authentiq-2fa/jhmhbdjplkohcobiblfgmlpekbfefbji
Opis Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site
Rozmiar pliku 41.01 KB
Liczba instalacji 307
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2018-10-18
Data Publikacji 2018-10-18
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://authentiq.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.authentiq.com/privacy
Obsługiwane Języki 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
}