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文件

下載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 Authentiq 2FA
ID jhmhbdjplkohcobiblfgmlpekbfefbji
官方網址 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
}