Authentiq 2FA
Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site
Authentiq 2FAคืออะไร?
Authentiq 2FA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://authentiq.com และคุณลักษณะหลักของมันคือ "Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Authentiq 2FA
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |