Authentiq 2FA

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

Authentiq 2FA란 무엇입니까?

Authentiq 2FA은(는) https://authentiq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site"입니다.

확장 프로그램 스크린샷

screenshot

Authentiq 2FA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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