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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |